The journey of a software craftsman. By Sylvain Kerkour, creator of Bloom and author of Black Hat Rust. (more…)
Read more »
Much of my work recently has been in Rust. I’ve known about Rust since its early days but I’ve never had the inclination to sit down and work with it until now. In many respects, I feel like I’m working in a functional programming language given the wide-... (more…)
Read more »
Tokio is a Rust framework for developing
applications which perform asynchronous I/O — an event-driven
approach that can often achieve better scalability, performance, and
resource usage than conventional synchronous I/O. Unfortunately, Tokio
is notorio... (more…)
Read more »
Breakthrough random number generation using a race condition - GitHub - DvorakDwarf/RaceNG: Breakthrough random number generation using a race condition... (more…)
Read more »
A Rust DataFrame implementation, built on Apache Arrow - nevi-me/rust-dataframe... (more…)
Read more »