1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 12:39:55 +00:00
Bo Svensson 1979ee1491
refactors hashed std::map (#3199)
We currently apply a strange algorithm to `LightManager::mStateSetCache`. For some reason this algorithm inserts hashed keys into `std::map` in a way that fails to handle hash collisions and exhibits worse lookup complexity than `std::unordered_map`. With this PR we just use `std::unordered_map` here.
2021-11-04 16:54:47 +01:00
..
2021-08-04 17:49:57 -07:00
2021-11-02 18:01:22 +01:00
2021-11-02 18:01:22 +01:00
2021-10-23 10:31:46 +02:00
2018-10-09 10:21:12 +04:00
2020-04-24 20:38:55 +02:00
2021-10-31 13:03:42 +01:00
2021-04-13 11:09:49 -07:00
2021-10-23 10:31:46 +02:00
2021-08-04 17:49:57 -07:00
2021-10-10 18:09:15 +02:00
2021-10-10 18:09:15 +02:00
2016-05-18 12:17:26 -04:00
2020-03-14 09:38:24 +01:00
2021-10-23 10:31:46 +02:00
2021-10-23 10:31:46 +02:00
2021-07-26 14:01:02 +02:00
2021-10-24 12:37:49 +04:00
2021-09-12 09:21:10 +00:00
2021-10-09 11:14:22 +02:00
2021-10-09 11:14:22 +02:00
2021-08-04 17:49:57 -07:00
2021-08-04 17:49:57 -07:00