Open
Add a copy benchmark
1
These functions could be useful in codebases for implementing custom error functions with their own formatting arguments, for instance-- worth exporting them, even if they're more obscure.
Add a description, image, and links to the hashmaps topic page so that developers can more easily learn about it.
To associate your repository with the hashmaps topic, visit your repo's landing page and select "manage topics."
See this discussion:
https://www.reddit.com/r/cpp/comments/bg4z2l/big_hashmap_comparison/eljd0ku/
Add benchmark to
copy map by sequentially iterating it
copy map by using copy ctor
copy almost empty map?
copy with high fill factor