Articles are single-page pieces that give a whirlwind tour of a specific topic. They’re different from series, which go very in-depth, taking many detours.| fasterthanli.me
"Why is the Rust compiler so slow?"| sharnoff.io
It's time for some personal and professional news! TL;DR: I started a podcast with James, I'm stable on antidepressants, I'm giving a P99 CONF about my Rust/io_uring/HTTP work, I'm trying on 'they/...| fasterthanli.me
33 minutes to 90 seconds -- I'm sorry, *how* many lines of LLVM?| Adam Chalmers Programming Blog
In my recent post about the Rust compiler CI (continuous integration) and benchmarking infrastructure, I have promised to write a blog post about runtime benchmarks, which is a new addition to the benchmark suite of the Rust compiler. However, I realized that before doing that, it might be a good idea to first describe how does the benchmark suite actually work, what are its components and how is it used by the Rust compiler (rustc) developers, to introduce the necessary context. So, runtime ...| Kobzol’s blog