You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds like an April Fools’ joke, but it’s real. It explores how small Rust programs can run for absurdly long times using nested loops, Turing machine emulation, and programming functions such as tetration (the operation beyond exponentiation). Also, a section on speeding up Turing machine visualization.
Copy file name to clipboardExpand all lines: draft/2025-04-02-this-week-in-rust.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ and just ask the editors to select the category.
46
46
### Rust Walkthroughs
47
47
*[Solving the ABA Problem in Rust with Hazard Pointers](https://minikin.me/blog/solving-the-aba-problem-in-rust-hazard-pointers)
48
48
*[Building a CoAP application on Ariel OS](https://christian.amsuess.com/blog/website/2025-03-27_ariel_coap/)
49
+
*[How to Optimize your Rust Program for Slowness: Write a Short Program That Finishes After the Universe Dies](https://medium.com/@carlmkadie/how-to-optimize-your-rust-program-for-slowness-eb2c1a64d184)
0 commit comments