Jul 23, 2023
I was totally geeking out while doing a head-to-head comparison of stack calls and recursion in Python and Rust. By the way, when I was writing this article, I had no idea about some pesky noises, so I had to use the `black_box` to remove noises. But hey, even with that little hiccup, we're still looking at an average execution time of around 600 milliseconds in release mode. You can refer to this link:
Not bad, huh? Thanks for dropping a comment! I've made the necessary updates to the article.