Live data from Hacker News

New Bare Hash Map: 2X-3X Speedup over SOTA

github.com

1–10 of 42 posts

Re: New Bare Hash Map: 2X-3X Speedup over SOTA

#5
A change in the last ten years is that it now makes a lot of sense, due to the development of nuanced algorithms, to optimize your hash infrastructure for the details of the specific application. This has been a positive development generally when it comes to efficient software.

Re: New Bare Hash Map: 2X-3X Speedup over SOTA

#10
Based on the comment in the source, the hash table doesn't handle hash collisions. And furthermore, I don't see the code which benchmarks this versus other hash tables, just the claim that it is 2-3x faster. Specifically, comparisons for different tables sizes using the same hash function would be good.

The API this presents is not really inspiring either.

Post reply on HN