A performance retrospective using Rust (part 1)

This is the first article in a series regarding making a simple JVM heap dump analyzer in Rust faster over time. Read more

Similar

Revisiting Rust’s modules

As part of the Ergonomics Initiative, I and several others on the Rust language team have been taking a hard look at Rust’s module system. There are two related perspectives for improvement here: learnability and productivity. Modules are not a place th... (more…)

Read more »