arendjr@programming.dev to Rust@programming.devEnglish · 5 months agoUnnecessary Optimization in Rust: Hamming Distances, SIMD, and Auto-Vectorizationemschwartz.meexternal-linkmessage-square3linkfedilinkarrow-up139arrow-down10
arrow-up139arrow-down1external-linkUnnecessary Optimization in Rust: Hamming Distances, SIMD, and Auto-Vectorizationemschwartz.mearendjr@programming.dev to Rust@programming.devEnglish · 5 months agomessage-square3linkfedilink
minus-squareSolon@cwb.sociallinkfedilinkarrow-up16·5 months agoThat was satisfying. I was expecting a hundred lines of hand-tuned code. Rust rocks!
minus-squarenik9000@programming.devlinkfedilinkarrow-up6·5 months agoZero cost abstractions are a hell of a thing.
That was satisfying. I was expecting a hundred lines of hand-tuned code. Rust rocks!
Zero cost abstractions are a hell of a thing.