1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00
OpenMW/apps/esmtool
jvoisin e97e4d07dd Teensy optimisation for esmtool
- Use an unordered_set instead of a list to
  keep track of skipped records.
- Reduce the number of conditions when parsing 4-letters
  records by using a switch-case instead of cascading conditions.
- Add a const
2021-05-06 22:41:20 +02:00
..
.gitignore
CMakeLists.txt
esmtool.cpp Teensy optimisation for esmtool 2021-05-06 22:41:20 +02:00
labels.cpp
labels.hpp
record.cpp Teensy optimisation for esmtool 2021-05-06 22:41:20 +02:00
record.hpp