The Rust Community is holding three major conferences in the near future! (more…)
Read more »
Advanced variable types in Rust can give your vars super powers: smart pointers and interior mutability features give you more power! (more…)
Read more »
I recently wrote about some work I’ve done to speed up the Rust compiler. Since then I’ve done some more.
Read more »
I'm a performance aficionado. I always will be :-). However, performance is a tricky thing. It always depends on the use case. There are s... (more…)
Read more »