Showing results for January 2017 - Page 2 of 2 - Developer Support

Jan 5, 2017
2
1

Understanding different GC modes with Concurrency Visualizer

Sergey Tepliakov
Sergey Tepliakov

In this post I’m going to visualize what exactly happens during Garbage Collection (GC) and how different GC modes can significantly affect application performance. I assume that the reader is familiar with garbage collection basics. If this isn’t the case I encourage you to spend 15 minutes to fill this gap, for instance from the following article...

seteplia