Hacker News new | ask | show | jobs
by mcronce 1516 days ago
> runtime costs of the overuse of Interface{} (prior to Generics at least)

Generics aren't going to improve this situation - at least not the current iteration of generics :(

1 comments

It depends. Things like sorting a slice will be faster, for example. But yeah, the current iteration is a bummer.