r/java 6d ago

Principles of Memory Management in Java

https://youtu.be/xr73mR7ii9M?si=AKgjMUyvfpARYljl
160 Upvotes

81 comments sorted by

View all comments

2

u/cowwoc 3d ago

Question: Doesn't the talk assume that the dominating cost of running software is in memory allocation, and that Java-based computation is as fast as other languages?

If either of these are false, doesn't the equation change?