logoalt Hacker News

rurbantoday at 2:20 PM1 replyview on HN

Not really comprehesive. Doesn't include my favorite https://github.com/greg7mdp/parallel-hashmap which adds thread-safety to performance.


Replies

aw1621107today at 2:24 PM

For what it's worth, there's this bit from the parallel-hashmap readme:

> We encourage phmap users to switch to gtl if possible. gtl provides the same functionality as this repository, but requires C++20 or above.

And the benchmarks do include gtl.

show 1 reply