minus-squareallan@lemmyrs.orgtoRust@programming.dev•Speeding up string search 128x by using SIMD intrinsics in RustlinkfedilinkEnglisharrow-up3·1 year agoThe link to the original post had the original code referenced, it seems, and extremely misleading is a bit strong to me… I’m still boggled by just using idiomatic rust iterators giving multiple times performance. Then it quickly gets too golfy for real life, imo linkfedilink
The link to the original post had the original code referenced, it seems, and extremely misleading is a bit strong to me…
I’m still boggled by just using idiomatic rust iterators giving multiple times performance. Then it quickly gets too golfy for real life, imo