mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[core] Switch to ankerl::unordered_dense
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "3party/ankerl/unordered_dense.h"
|
||||
|
||||
namespace feature
|
||||
{
|
||||
class RegionData;
|
||||
@@ -32,7 +33,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
using LocalizableString = std::unordered_map<int8_t, std::string>;
|
||||
using LocalizableString = ankerl::unordered_dense::map<int8_t, std::string>;
|
||||
using LocalizableStringSubIndex = std::map<int8_t, uint32_t>;
|
||||
using LocalizableStringIndex = std::vector<LocalizableStringSubIndex>;
|
||||
using Properties = std::map<std::string, std::string>;
|
||||
|
||||
Reference in New Issue
Block a user