Rust 2021

I am tired. Today was rough. This year has been rough. Everyone around me is
tired too. 2020 has been a hot mess, coming right after a not so hot 2019,
and a messy 2018. It’s not just you. It’s everything. It’s okay. Read more

Similar

How to rewrite it in Rust

In a previous article we’ve talked about how you can avoid rewriting a library in Rust when you don’t need to. But what about the times when you really do need to? In most languages you’d need to rewrite the entire library from the ground up, waiting unti... (more…)

Read more »

Codegen Units in the Rust Compiler

This post describes some performance work I have been doing recently on the Rust compiler, which is called rustc. I spent several weeks on a particular problem with only a small amount of success. I hope a write-up will be interesting and educational, and... (more…)

Read more »