Bryan Cantrill explores Rust, explains why it has captured the imagination of so many systems software engineers, and outlines where it might best fit in the deep stack of operating system software. (more…)
Read more »
A few years ago, the only way to compile Rust code was using the rustc compiler with LLVM as a [...]... (more…)
Read more »
As a learning exercise I set out to implement a simple lock-free algorithm in Rust. It was inspired by a problem posed at job interviews at a company where a friend works. The problem is simple eno… (more…)
Read more »
My second impression of Rust after building a real-life use case with it and my thoughts on why it is the best general-purpose language for the future. (more…)
Read more »
rsv is a command line tool written in Rust to analyze directly from disk small and big CSV, TXT, EXCEL files (e.g., >10G). Supportted common tasks include slicing, spliting, generating frequency... (more…)
Read more »