I’m trying to explain references to people beginning programming in Rust. Despite using Rust for a couple of years now, I’m unable to answer this question: Why can’t I just deref an immutable reference to access the owned data? (more…)
Read more »
In this article, we will walk through creating a basic eBPF program in Rust. We will intentionally include a performance regression and then use profilers to locate and fix the bug. We will also create benchmarks and track them using a continuous benchmar... (more…)
Read more »
The first time I needed to profile a Rust application I came across Llogiq’s post - Profiling Rust applications on Linux. This post was incredibly helpful to me and succeeded in getting me off the ground. After spending a little more time with Rust and ne... (more…)
Read more »
A personal blog focused on software, Machine Learning and other passing fads. (more…)
Read more »
Rust illuminating the way forward (but actually a Cities Skylines screenshot)... (more…)
Read more »