Most Rust programmers have heard of Rayon, a crate that makes it almost magically easy to introduce parallelism to a program. In this article we’ll examine how to apply Rayon to basic stream … (more…)
Read more »
Rust-based WebAssembly bindings to read and write Apache Parquet data - kylebarron/parquet-wasm... (more…)
Read more »
The other day, someone on the Rust user forums posted a question that really nerd-sniped me. They had data generated by a C++ program and were wanting to load it into a Rust program, but when asked what format the data was in the author didn’t provide som... (more…)
Read more »
A month or so ago I started working on a neural network implementation in Rust, from scratch. I… (more…)
Read more »
Throwing out toy without defining what you mean(even with a definition, it's still not a great word choice), is not exactly a great look here. (more…)
Read more »