Skip to content

Use unordered_map in esmtool

jvoisin requested to merge jvoisin/openmw:unordered_map into master

Since we mostly do insertions and no access (only on clone), it's more efficient™ to use an unordered_map than a map

Merge request reports