logoalt Hacker News

pclmulqdqyesterday at 8:21 PM0 repliesview on HN

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.