←back to thread

302 points Bogdanp | 1 comments | | HN request time: 0s | source
Show context
charcircuit ◴[] No.44391019[source]
Why doesn't the Rust ecosystem optimize around compile time? It seems a lot of these frameworks and libraries encourage doing things which are slow to compile.
replies(4): >>44391028 #>>44392056 #>>44392336 #>>44397691 #
1. nicoburns ◴[] No.44392056[source]
It's starting to, but a lot of people are using Rust because they need (or want) the best possible runtime performance, so that tends to be prioritised a lot of the time.