mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 08:43:08 +00:00
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 |
||
|---|---|---|
| .. | ||
| benchmarks | ||
| bsatool | ||
| esmtool | ||
| essimporter | ||
| launcher | ||
| mwiniimporter | ||
| niftest | ||
| opencs | ||
| openmw | ||
| openmw_test_suite | ||
| wizard | ||
| doc.hpp | ||