Unnecessary Optimization in Rust: Hamming Distances, SIMD, and Auto-Vectorization (emschwartz.me)
from arendjr@programming.dev to rust@programming.dev on 23 Dec 09:36
https://programming.dev/post/23203836

#rust

threaded - newest

solon@cwb.social on 23 Dec 10:05 collapse

That was satisfying. I was expecting a hundred lines of hand-tuned code. Rust rocks!

nik9000@programming.dev on 23 Dec 17:21 collapse

Zero cost abstractions are a hell of a thing.