Hacker News new | ask | show | jobs
by q3r3qr3q 3467 days ago
For which sizes is this?
1 comments

E.g. compare C++ std::map vs std::unordered_map on strings. You can find some benchmarks here:

https://github.com/faragon/libsrt/blob/master/doc/benchmarks... (for 16 and 64 byte strings: cxx_map_s16, cxx_umap_s16, cxx_map_s64, cxx_umap_s64)