Hacker News new | ask | show | jobs
by itissid 2680 days ago
I think Rust adoption has more to do with developer productivity than speed:

- People preferring the compiler to yell at them to fix their Type mistakes before they hit the "run tests" button.

- Getting a better IR for better error messages.

Amongst others...

1 comments

Perhaps increased developer productivity provides more developer hours for performance tuning.