Skip to content

Commit e061c57

Browse files
authored
Update 2025-04-02-this-week-in-rust.md
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.
1 parent 7c951d5 commit e061c57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

draft/2025-04-02-this-week-in-rust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ and just ask the editors to select the category.
4646
### Rust Walkthroughs
4747
* [Solving the ABA Problem in Rust with Hazard Pointers](https://minikin.me/blog/solving-the-aba-problem-in-rust-hazard-pointers)
4848
* [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)
4950

5051
### Research
5152

0 commit comments

Comments
 (0)