Comment by pclmulqdq
10 hours ago
Go defaults to an unoptimized build. If you want it to run heavy optimization passes, you can turn those on with flags. Rust defaults to doing most of those optimizations on every build and allows you to turn them off.
No comments yet
Contribute on Hacker News ↗