Written by Michał Piotrowski2024-08-08
Current state of GC in Java 23
Java Article
Reading Time: 13 minutes JVM is famous for its memory management. 90% of Java ecosystem consists of automatic memory cleaning, with garbage collector doing its job all the time. The whole concept is very broad. You can for sure get a PhD in the area, and there still will be something to learn. My ambition here is not that