simple_parallel 0.3: Revisiting k-NN

from blog Huon on the internet, | ↗ original
I recently released version 0.3 of my simple_parallel crate, which builds on Aaron Turon’s crossbeam to resolve the stability and safety difficulties: the crate now works with Rust 1.3.0 stable, and offers safe data-parallel for loops and maps. I still don’t recommend it for general use, but I think it’s a neat demonstration of what Rust’s type...