/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.368s
|
source
Show context
senderista
◴[
26 Jun 25 20:24 UTC
]
No.
44390936
[source]
▶
>>44390488 (OP)
#
WRT compilation efficiency, the C/C++ model of compiling separate translation units in parallel seems like an advance over the Rust model (but obviously forecloses opportunities for whole-program optimization).
replies(2):
>>44390994
#
>>44391000
#
1.
◴[
26 Jun 25 20:30 UTC
]
No.
44391000
[source]
▶
>>44390936
#
ID:
GO
↑