1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-26 19:04:00 +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