1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-25 20:03:07 +00:00
openmw/apps/opencs/model
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
..
doc Use std::unique_ptr to store records in collections, RefidCollection and RefIdData. 2021-07-23 14:21:21 +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 Performance improvements for loading Info records. 2021-07-23 16:05:58 +10:00