Hacker News Viewer

Comprehensive C++ Hashmap Benchmarks (2022)

by klaussilveira on 3/25/2026, 3:01:59 PM

https://martin.ankerl.com/2022/08/27/hashmap-bench-01/

Comments

by: rurban

Not really comprehesive. Doesn&#x27;t include my favorite <a href="https:&#x2F;&#x2F;github.com&#x2F;greg7mdp&#x2F;parallel-hashmap" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;greg7mdp&#x2F;parallel-hashmap</a> which adds thread-safety to performance.

3/30/2026, 2:20:18 PM


by: hermitcrab

Would be interested to hear how the Qt QHash compares.<p><a href="https:&#x2F;&#x2F;doc.qt.io&#x2F;qt-6&#x2F;qhash.html" rel="nofollow">https:&#x2F;&#x2F;doc.qt.io&#x2F;qt-6&#x2F;qhash.html</a>

3/30/2026, 2:02:06 PM