Hacker News new | ask | show | jobs
by nkozyra 674 days ago
That's a bit of an issue in Rust world, too.
1 comments

Swift is pretty next level compared to Rust. Rust does seem like a fairly constant level of slow and linearly slows down as the project gets larger. Swift tends to have huge degradations on seemingly innocent changes that make the type inference go off the rails. Although at least if you spend the time to track these down you can fix the worst offenders.