1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-28 22:13:21 +00:00
CedricMocquillon f81be5b463 Replace land static container from vector to flat_set
I use a ordered container to fix the "is there any other way to speed this up?".
The flat_set allow to have the same locality when searching an element.
I use the is_transparent C++14 feature to avoid to create a dummy Land when searching
I use a unique_ptr to avoid to manualy manage the memory
2021-05-13 20:13:53 +02:00
..
2021-04-30 19:39:26 +02:00
2021-04-30 20:11:41 +02:00
2021-04-11 14:46:51 +02:00
2021-04-30 20:49:22 +02:00
2019-04-28 18:21:31 -04:00
2016-12-15 13:09:40 +01:00
2021-04-11 14:46:51 +02:00
2021-01-26 22:29:41 +04:00