feat: use unordered_map instead of map

This commit is contained in:
Michael Mandl 2024-03-22 15:37:13 +01:00
parent 8ca68b0e9a
commit 3f3ad0c765
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
4 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,5 @@
#include "grouped_finder.h"
#include <forward_list>
#include <mutex>
#include <thread>
#include <vector>