1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 06:45:35 +00:00
openmw/extern
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
..
Base64 Handle empty strings. 2021-06-26 19:46:34 +01:00
murmurhash Performance improvements for loading Info records. 2021-07-23 16:05:58 +10:00
oics Avoid dead code 2021-01-09 13:52:01 +04:00
osg-ffmpeg-videoplayer Remove redundant semicolons 2021-07-05 13:11:54 +02:00
osgQt Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
sol3.2.2 Add sol3.2.2/sol/sol.hpp to extern instead of downloading during building 2021-07-12 11:46:32 +02:00
sol_config/sol Disable special processing of Lua errors in debug builds. Fixes #6151. 2021-07-10 23:43:55 +02:00
CMakeLists.txt Update extern Bullet to 3.17 2021-05-14 00:05:00 +01:00