Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
noelwelsh
on April 30, 2018
|
parent
|
context
|
favorite
| on:
How to speed up the Rust compiler in 2018
Try using Scala :)
Is that minutes for every compile, or for an (infrequent) full compile?
pdpi
on April 30, 2018
[–]
Not the commenter you're responding to, but at my previous place I dealt with compile times of around 20 minutes from scratch, and 1-2 minutes incremental using Clang/LLVM, on a 20ish physical core Xeon with 128ish gigs of RAM.
noelwelsh
on April 30, 2018
|
parent
[–]
Ok, that is pretty slow.
pdpi
on April 30, 2018
|
root
|
parent
[–]
Heavy use of templates does that to you :(.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Is that minutes for every compile, or for an (infrequent) full compile?