▲ | mattwilsonn888 3 days ago | ||||||||||||||||||||||||||||||||||
This is incredibly misleading (technically true maybe) and you know it. Rust has slower compile times for the sake of safety, it's a tradeoff you shouldn't be ashamed of. I didn't narrowly claim the borrow checker (as opposed to the type system or other static analysis) was the sole focus of the tradeoff. | |||||||||||||||||||||||||||||||||||
▲ | shakow 3 days ago | parent [-] | ||||||||||||||||||||||||||||||||||
> Rust has slower compile times That's true. > for the sake of safety, That's false though. All deep dives in the topic find that the core issue is the sheer amount of unoptimized IR that is thrown at LLVM, especially due to the pervasive monomorphization of everything. | |||||||||||||||||||||||||||||||||||
|