You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would definitely be beneficial but it's a complex thing to measure in Java since there are:
many garbage collectors
many JVMs (dalvik, JIT, HotSpot, versions)
many different ways of tuning just a simple hotspot VM; and without tuning you'd need to wait for hours/days of intense activity before seeing the memory structure and usage stabilizing.
The link is dead now, so I cannot see what it was saying. It should be fairly straightforward to see how much garbage got generated, this is mostly independent from JVM and/or Java version, and completely independent from the chosen GC.
I think it would beneficial to also understand the memory usage profile of each of the libraries.
I see you mention that isn't included in the README.md. Is it planned for the future?
The text was updated successfully, but these errors were encountered: