mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 18:44:02 +00:00
[core] Switch to ankerl::unordered_dense
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "3party/ankerl/unordered_dense.h"
|
||||
|
||||
namespace df
|
||||
{
|
||||
struct DrapeApiLineData
|
||||
@@ -52,7 +53,7 @@ struct DrapeApiLineData
|
||||
class DrapeApi
|
||||
{
|
||||
public:
|
||||
using TLines = std::unordered_map<std::string, DrapeApiLineData>;
|
||||
using TLines = ankerl::unordered_dense::map<std::string, DrapeApiLineData>;
|
||||
|
||||
DrapeApi() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user