How to Optimize your Rust Program for Slowness - Carl M. Kadie - Medium
Write a Short Program That Finishes After the Universe DiesSource: https://openai.com/dall-e-2/. All other figures from the author.Also available: A Python version of this article.Everyone talks about making Rust programs faster [1, 2, 3], but what if we pursue the opposite goal? Let’s explore how to make them slower — absurdly slower. Along the way, we’ll examine the nature of computation, the role of memory, and the scale of unimaginably large numbers.Our guiding challenge: write short Rust pr...
Read more at medium.com