Xaymar / Hellextractor

A simple tool to extract things from Helldivers 2 for your 3D printing needs.
BSD 3-Clause "New" or "Revised" License
32 stars 5 forks source link

Permutations for '-r,--rename' are in random order #11

Closed Xaymar closed 6 months ago

Xaymar commented 6 months ago

Yeah, see title. unordered_set does not guarantee the order of inserted elements, it just means that it doesn't do the added sorting. So the element order is entirely random, which I guess is faster, but not what we want.