Use flat_hash_map for groups.

This commit is contained in:
Bartosz Taudul 2020-01-20 23:43:10 +01:00
parent 6358b4588d
commit 6de489a34f

View File

@ -415,7 +415,7 @@ private:
bool show = false;
bool ignoreCase = false;
std::vector<int16_t> match;
std::map<uint64_t, Group> groups;
flat_hash_map<uint64_t, Group, nohash<uint64_t>> groups;
size_t processed;
uint16_t groupId;
int selMatch = 0;