1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 10:10:23 +00:00
OpenMW/apps/opencs
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
..
model Convert the CellRef record index lookup maps to use integer keys rather than strings. 2021-07-23 19:07:56 +10:00
view 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
CMakeLists.txt Performance improvements for loading Info records. 2021-07-23 16:05:58 +10:00
editor.cpp Merge pull request #3018 from akortunov/emplace 2020-11-01 01:58:56 +03:00
editor.hpp
main.cpp Fix string corruption with Qt on linux-systems 2021-01-18 19:21:02 +02:00