simple_parallel 0.3: Revisiting k-NN

I recently released version 0.3 of my simple_parallel crate, which builds on @aturon’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.

1 Like