1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-10 03:04:36 +00:00
openmw/apps
cc9cii 5fffcab94f Performance improvements for loading Info records.
- The order of info records with the same topic are maintained in Collection::mRecords
- The index lookup data structure are not ordered.  The topic string is hashed.  The infos for the topic are simply placed in a vector.
- The index values for appending or inserting a record takes prev/next values (if exist)
- FIXME: prev/next values are not adjusted for adding or removing records
- FIXME: undo after reordering does not reset the modified flag

(copied the changes from commit SHA-1: 06f9922822)
2021-07-23 16:05:58 +10:00
..
benchmarks Do not use off mesh connections as a part of navmesh cache key 2021-07-14 12:19:17 +02:00
bsatool Add file to BSA 2021-04-08 18:08:28 +02:00
esmtool Add a std::noboolalpha to a std::boolalpha 2021-07-21 14:40:54 +02:00
essimporter Using override keyword in most apps 2021-05-18 19:42:24 -05:00
launcher Add setting to enable/disabled notification for saved screenshots 2021-07-08 21:14:01 +02:00
mwiniimporter Fix MSVC's C4267 warnings 2021-05-12 10:34:39 +04:00
niftest Fixing performance-faster-string-find issues 2021-05-10 22:44:07 -05:00
opencs Performance improvements for loading Info records. 2021-07-23 16:05:58 +10:00
openmw Merge branch 'tweaks' into 'master' 2021-07-22 07:18:41 +00:00
openmw_test_suite Fix UB: reference binding to misaligned address in Lua tests 2021-07-17 17:41:41 +02:00
wizard Using override keyword in most apps 2021-05-18 19:42:24 -05:00
doc.hpp