|
|
|
|
|
by the_duke
506 days ago
|
|
Rust has a pretty good incremental caching compiler that makes debug builds relatively fast. Linking is often a very notable bottleneck for debug binaries and mold can make a big difference. So interest in speeding up linking for Rust is expected. |
|