10~17x faster than what? A performance analysis of Intel's x86-simd-sort (AVX-512)
https://github.com/Voultapher/sort-research-rs/blob/main/writeup/intel_avx512/text.md
https://github.com/Voultapher/sort-research-rs/blob/main/writeup/intel_avx512/text.md
1 Comments
troye888@lemmy.one · 2 pts · 3y
Single main takeaway here, dont use msvc if you want your sorting algorithms to be fast. Quite surprised by how large the difference is.