←back to thread

302 points Bogdanp | 1 comments | | HN request time: 0.222s | 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. kzrdude ◴[] No.44397691[source]
Lots of developers in the ecosystem avoid proc macros for example. But going as far as avoiding monomorphisation and generics is not that widespread