Profiles| doc.rust-lang.org
Matt Keeter put up The Prospero Challenge, which is like catnip for me. It’s a well-scoped project: we have a slow program. Make it faster within these constraints. In this post, I will describe two very small changes that can speed up his sample program with minimal effort.| Max Bernstein
Evaluate a 7866-clause math expression for fame and glory| www.mattkeeter.com
Introduction| www.mattkeeter.com
Rayon is a data-parallelism library that makes it easy to convert sequential computations into parallel.| docs.rs