4 lines
176 B
Text
4 lines
176 B
Text
The Parallel Hashmap is a set of excellent hash map implementations, as well as
|
|
a btree alternative to std::map and std::set
|
|
|
|
WWW: https://github.com/greg7mdp/parallel-hashmap
|