What's everyone working on this week (42/2022)?

New week, new Rust! What are you folks up to?

Figuring out why my code was slow (until I noticed I forgot to add the --release option when running my example code).

1 Like

Digging in a crate that I wanted to reimplement or contribute, found there's Arc<T>. Educated myself on smart pointer types.

I just spent 3 hours of my life rewriting a crate so that the cold compile time (not incremental compile) dropped from ~4s down to ~1s.

If I cold compile this crate 3600 times, I'll earn those 3 hours back.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.