top | item 33909145 (no title) arshajii | 3 years ago We do have a benchmark suite at https://github.com/exaloop/codon/tree/develop/bench and results on a couple different architectures at https://exaloop.io/benchmarks discuss order hn newest _aavaa_|3 years ago Why are do the C++ implementations perform so poorly? camel-cdr|3 years ago 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...
_aavaa_|3 years ago Why are do the C++ implementations perform so poorly? camel-cdr|3 years ago 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...
camel-cdr|3 years ago 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...
_aavaa_|3 years ago
camel-cdr|3 years ago
[0] https://martin.ankerl.com/2019/04/01/hashmap-benchmarks-01-o...