|
|
|
|
|
by PaulHoule
1421 days ago
|
|
Generally Java has made a huge investment in the garbage collector over a long period of time to address the problems that people have in some use cases. JDK 17 is much better than JDK 8. If you were writing a GC from scratch you are not going to do as well. |
|