Questions tagged as '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
4
answers

Strategies for analyzing very large databases in R (that do not fit in RAM)

Suppose I have a huge database that does not fit into RAM. What strategies to analyze this database in R, since I can not fully load it into memory? PS: The question is not just about how to make R talk to a relational / non-relational databa...
asked by 28.08.2014 / 06:44