Hacker News new | ask | show | jobs
An Extremely Common and Terrible Line of Java (paultyma.blogspot.com)
3 points by flormmm 3054 days ago
1 comments

Interesting point. Notably though, a function that could optimize itself based on the exact type given (e.g. runtime “instanceof”) can recover performance while still being general enough to accept anything. If you pass around nothing but exact types, you lose that opportunity.