|
|
|
|
|
by pdpi
127 days ago
|
|
> A lot of the memory problems that you can see without a GC are hard to find and diagnose The nastiest leak I've ever seen in a C++ production system happened inside the allocator. We had a really hostile allocation pattern that forced the book-keeping structures inside the allocator to grow over time. |
|
It's since gotten a lot better with JVM updates, so much so that it's not a problem in Java 21 and 25.