Rust 1.27.0 has brought SIMD (Single Instruction Multiple Data), also known as vectorization, to stable Rust. If you read the announcement, you will see that SIMD should bring performance enhancements to our applications if we learn how to use it properly. But, for that let's first dive into how SIMD works. If you feel fairly comfortable with Rust but are still having issues following this text, y
{{#tags}}- {{label}}
{{/tags}}