filmov
tv
A deep dive into Garbage Collection Algorithms in Java

Показать описание
A deep dive into Garbage Collection Algorithms in Java
Applications run on data. Most of it is transient data. To avoid overflowing our memory capacity, we need a way to identify and reuse parts of memory that we no longer need. But this garbage collection process directly competes with our application. We need ways to keep low application latency and high throughput while efficiently collecting memory. To find out how we look into the evolution of garbage collection algorithms in Java.
Speaker: Gaurav Sen, Founder Interview Ready
PUBLICATION PERMISSIONS:
The original video was published with the Creative Commons Attribution license (reuse allowed). Link:
Applications run on data. Most of it is transient data. To avoid overflowing our memory capacity, we need a way to identify and reuse parts of memory that we no longer need. But this garbage collection process directly competes with our application. We need ways to keep low application latency and high throughput while efficiently collecting memory. To find out how we look into the evolution of garbage collection algorithms in Java.
Speaker: Gaurav Sen, Founder Interview Ready
PUBLICATION PERMISSIONS:
The original video was published with the Creative Commons Attribution license (reuse allowed). Link: