Hacker News new | ask | show | jobs
by agnivade 3026 days ago
> We also observed that the GC stalls on that cluster dropped from 2.5% to 0.3%, which was a 10X reduction!

Umm .. shouldn't the stalls go to 0, because now you have moved to C++ ? Or is this the time it takes for the manual garbage collection to occur ?