diff --git a/src/TDB2.h b/src/TDB2.h index 4353a4ee5..6d0365418 100644 --- a/src/TDB2.h +++ b/src/TDB2.h @@ -95,8 +95,8 @@ public: File _file; private: - std::map _I2U; // ID -> UUID map - std::map _U2I; // UUID -> ID map + std::unordered_map _I2U; // ID -> UUID map + std::unordered_map _U2I; // UUID -> ID map }; // TDB2 Class represents all the files in the task database.