Fast Rust Builds

It’s common knowledge that Rust code is slow to compile.
But I have a strong gut feeling that most Rust code out there compiles much slower than it could. Read more

Similar

Caches in Rust

In this post I’ll describe how to implement caches in Rust.It is inspired by two recent refactors I landed at nearcore (nearcore#6549, nearcore#6811).B... (more…)

Read more »