How to write slow Rust code – Part 2
renato.athaydes.com
How to write slow Rust code – Part 2
1–3 of 3 posts
Re: How to write slow Rust code – Part 2
#2On a brighter note, I appreciate the noob-friendly explanations. It made it really easy to follow along.
I'm also really curious about how Java achieves better stdout performance. I hope we get to apply the lessons to other environments too! I didn't read all of it, so perhaps there's a clue in @bugaevc's PR[1] mentioned in the article.
[1] https://github.com/renatoathaydes/prechelt-phone-number-enco...
Re: How to write slow Rust code – Part 2
#3It's always sad to see someone get burnt by the internet, I wish him, and also those who criticised him, well. On a brighter note, I appreciate the noob-friendly explanations. It made it really easy to follow along. I'm also really curious about how Java achieves better stdout performance. I hope we get to apply the lessons to other environments too! I didn't read all of it, so perhaps there's a clue in @bugaevc's PR…