-
We do have other benchmarks where we test the default hash function for strings, which differs between Boost and Abseil. (We also test strings using the same hash function, FNV-1a, for a more level playing field.)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
You can find some benchmarks here
-
parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
I do this as well in my phmap and gtl implementations. It makes the tables look worse in benchmarks like the above, but prevents really bad surprises occasionally.
-
I do this as well in my phmap and gtl implementations. It makes the tables look worse in benchmarks like the above, but prevents really bad surprises occasionally.