1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-03 23:43:07 +00:00
openmw/apps/opencs/model
cc9cii 5c504e4d22 Convert the CellRef record index lookup maps to use integer keys rather than strings.
- Morrowind load over 300,000 references, so even small inefficiencies add up to longer loading times.
- std::map is used, but should try others, std::unordered_map or even std::vector

(copied the changes from commit SHA-1: 86945d1912)
2021-07-23 19:07:56 +10:00
..
doc Change the loader's top progress bar to show total number of records processed rather than the number of files. 2021-07-23 17:34:27 +10:00
filter Fix MSVC's C4267 warnings 2021-05-12 10:34:39 +04:00
prefs Pack default CS config 2021-06-26 20:00:25 +01:00
tools Use std::unique_ptr to store records in collections, RefidCollection and RefIdData. 2021-07-23 14:21:21 +10:00
world Convert the CellRef record index lookup maps to use integer keys rather than strings. 2021-07-23 19:07:56 +10:00