logoalt Hacker News

aw1621107today at 2:24 PM1 replyview on HN

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.


Replies

rurbantoday at 3:35 PM

Thanks, didn't knew that.