Skip Navigation

Search

Rust @programming.dev
snaggen @programming.dev

Why Rust mutexes look like they do - Cliffle

Rust @programming.dev
snaggen @programming.dev

I sped up serde_json strings by 20%

purplesyringa.moe I sped up serde_json strings by 20%

I have recently done some performance work and realized that reading about my experience could be entertaining. Teaching to think is just as important as teaching to code, but this is seldom done; I think something I’ve done last month is a great opportunity to draw the curtain a bit. serde is the R...

I sped up serde_json strings by 20%
Rust @programming.dev
snaggen @programming.dev

Eyra does the impossible

Rust @programming.dev
snaggen @programming.dev

How I Improved My Rust Compile Times by 75%

benw.is How I Improved My Rust Compile Times by 75%

One of Rust's often mentioned pain points is slow compile times. In order to have nice things like the borrow checker, safety guarantees, and zero cost abstractions, we pay in time spent compiling. I was able to decrease that time by 75%.

How I Improved My Rust Compile Times by 75%
Rust @programming.dev
snaggen @programming.dev

A four year plan for async Rust

Rust @programming.dev
snaggen @programming.dev

Can Rust prevent logic errors?