Hacker News new | ask | show | jobs
by ameliaquining 363 days ago
Can you explain why a unity build would help? Conventional wisdom is that Rust compilation is slow in part because it has too few translation units (one per crate, plus codegen units which only sometimes work), not too many.