zik@lemmy.world to Programming@beehaw.orgEnglish · 2 years ago10~17x faster than what? A performance analysis of Intel's x86-simd-sort (AVX-512)github.comexternal-linkmessage-square1fedilinkarrow-up16arrow-down10cross-posted to: rust
arrow-up16arrow-down1external-link10~17x faster than what? A performance analysis of Intel's x86-simd-sort (AVX-512)github.comzik@lemmy.world to Programming@beehaw.orgEnglish · 2 years agomessage-square1fedilinkcross-posted to: rust
minus-squaretroye888@lemmy.onelinkfedilinkEnglisharrow-up1·2 years agoSingle main takeaway here, dont use msvc if you want your sorting algorithms to be fast. Quite surprised by how large the difference is.