Hacker News new | ask | show | jobs
by proyb2 3344 days ago
In the previous discussion on Rust Fireflowers https://news.ycombinator.com/item?id=13272474

One of the successful stories with Rust I read https://users.rust-lang.org/t/success-story-new-rustacean-be...

In other blog, there are benchmarks that Go outperform Rust but I believe the Rust code didn't use buffer read. http://126kr.com/article/5cikidl5bhe

1 comments

The code there is reading into a buffer; I'm guessing optimisations weren't turned on.
Good to know, indeed, the optimization wasn't turned on, it appeared to come close to Go timing. I have tweeted him.