Hacker News new | past | comments | ask | show | jobs | submit login

Why are do the C++ implementations perform so poorly?



My guess for word_count and faq is that the C++ implementation uses std::unordered_map, which famously has quite poor performance. [0]

[0] https://martin.ankerl.com/2019/04/01/hashmap-benchmarks-01-o...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: