Questions tagged as 'gerenciamento-de-memória'

3
answers

How to get similar behavior between the Garbage Collection of a Single-Page Application and a Multiple-Page Application?

I've been doing a lot of research on the web and stackoverflow communities, and I'm getting to the point of believing that SPAs take almost no advantage from the GC algorithm of today's browsers. Our development team has been concerned with d...
asked by 28.04.2017 / 17:41
2
answers

How does the G1 (Garbage First Collector) work?

In the JEP-248 discussion of the G1 definition ( Garbage First Collector as the default Garbage Collector on Java 9 . In this period, I've been hearing a lot of G1 quotes, but very little material has deeper details or comparisons, for examp...
asked by 25.07.2015 / 05:00