Hacker News new | ask | show | jobs
by 12_throw_away 836 days ago
Yes! Thank you! Dunno what it is about Rust that makes everyone forget what premature optimization is the root of all of.
1 comments

The zero cost abstraction is so tantalizingly close enough to reach!

I tell everybody to .clone() and (a)rc away and optimize later. But I often struggle to do that myself ;)