Saved by the compiler: Parallelizing a loop with Rust and rayon
This post is part of our rust series. The Rust compiler just saved me from a nasty threading bug. I was working on cage (our open source development tool for Docker apps with lots of microservices), and I decided to parallelize the routine that transformed docker-compose.yml files. This was
Read more