Live data from Hacker News

An Extremely Common and Terrible Line of Java

paultyma.blogspot.com

1–2 of 2 posts

Re: An Extremely Common and Terrible Line of Java

#2
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.