mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-05 20:23:48 +00:00
[core] Switch to ankerl::unordered_dense
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
#include "geometry/spline.hpp"
|
||||
|
||||
#include <atomic>
|
||||
#include <map>
|
||||
|
||||
#include "3party/ankerl/unordered_dense.h"
|
||||
|
||||
namespace df
|
||||
{
|
||||
class MapDataProvider;
|
||||
|
||||
using MetalineCache = std::map<FeatureID, m2::SharedSpline>;
|
||||
using MetalineCache = ankerl::unordered_dense::map<FeatureID, m2::SharedSpline>;
|
||||
|
||||
class ReadMetalineTask
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user