/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Why is the Rust compiler so slow?
(sharnoff.io)
302 points
Bogdanp
| 1 comments |
26 Jun 25 19:29 UTC
|
HN request time: 0.222s
|
source
Show context
charcircuit
◴[
26 Jun 25 20:31 UTC
]
No.
44391019
[source]
▶
>>44390488 (OP)
#
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
◴[
27 Jun 25 15:43 UTC
]
No.
44397691
[source]
▶
>>44391019
#
Lots of developers in the ecosystem avoid proc macros for example. But going as far as avoiding monomorphisation and generics is not that widespread
ID:
GO
↑