Ren Zibei
Ren Zibei
@ktprime I have updated the codes in benchmark with your latest commit, but still got some compile errors with `hash_table7.hpp`. You can check the emhash branch of hashtable-bench again.
Got it. From some early stage tests, it seems that `hash_map7.hpp` is faster than `emlib2.hpp` in most operations. So I think it should be enough to add only `hash_map7.hpp` to...
Yeah they are good at different datasets. In general the performance of emilib2 is similar to `absl::flat_hash_map` in this benchmark. Ploting it would make the plot figure hard to read....
> https://www.reddit.com/r/cpp/comments/ve3qbx/updating_map_benchmarks_send_your_hashmaps Thank you for sharing this. Considering that fph-table uses a seed hash function, if we want to add the fph-table to that map_benchmarks, we need to either create...