nark-hashmap icon indicating copy to clipboard operation
nark-hashmap copied to clipboard

Very fast and small(memory efficient) hash map

Results 2 nark-hashmap issues
Sort by recently updated
recently updated
newest added

不完整的 #include 用c++14写可以去掉boost依赖吧

Can gold_hash_map returns next valid iterator on erase(), just like std::unordered_map does? It's necessary in the scenario of deleting while looping. auto iter = hashmap.begin(); while (iter != hashmap.end()) {...