Hacker News new | ask | show | jobs
by daniel_solano 5470 days ago
It all depends on the context. In code that is not performance-sensitive, a bit of object churn isn't a problem.

However, there are places where a lot of object churn can really be problematic. In particular, I find that Android applications tend to be somewhat sensitive to this. However, even in desktop or server applications, a lot of object churn in a tight loop can be bad.

1 comments

That's because when people talk about the JVM's performance, they refer to Oracle's Java SE, not Android and not Apache Harmony.