Original link: Using SIMD for Parallel Processing in Rust / Nicholas Rempel.
Utilizing the SIMD capabilities of modern CPU's (like AVX on x86-64) is a hot topic today. And Rust has joined the fun.
Note: the Rust code requires some Rust skills to understand!