Skip to content
Snippets Groups Projects
Commit 81dc7185 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

PERF: replace map by unordered map

parent 94620b66
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ private:
std::string m_FeaturePrefix = "value_";
/** Container containing the list of temporary files created during the execution*/
std::map<std::string, std::vector<std::string>> m_FileHandler;
std::unordered_map<std::string, std::vector<std::string>> m_FileHandler;
};
} // end namespace Wrapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment