Hacker News new | ask | show | jobs
by inDigiNeous 533 days ago
I remember dropping parallel hashmap into my C++ app after years of using the standard library containers, and being honestly positively surprised my app got significantly faster after that.

So thanks for the developer of this!