logoalt Hacker News

mike_hearnyesterday at 8:09 AM0 repliesview on HN

Rust heavily uses value types with specialized generics, which explodes the work needed by the compiler. It can - sometimes - improve performance. But it always slows down compilation.