Skip to search formSkip to main contentSkip to account menu

Tracing garbage collection

Known as: Generational garbage collection, Stop-the-world, Conservative garbage collector 
In computer programming, tracing garbage collection is a form of automatic memory management that consists of determining which objects should be… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2015
2015
A recent paper on benchmarking eventual consistency showed that when a constant workload is applied against Cassandra, the… 
2013
2013
Because cloud computing and cloud-based applications have attracted more and more attention in recent years, more and more… 
2002
2002
We have measured the energy efficiency of different memory management strategies on a high performance pocket computer. We… 
2001
2001
The FoxNet is an implementation of the standard TCP/IP networking protocol stack using the Standard ML (SML) language. SML is a… 
2000
2000
Mark and sweep garbage collectors are known for using time proportional to the heap size when sweeping memory, since all objects… 
1992
1992
Our research is concerned with compiler-independent, tag-free garbage collection for the C++ programming language. We have… 
Highly Cited
1992
Highly Cited
1992
Distributed symbolic computations involve the existence of remote references allowing an object, local to a processor, to… 
1991
1991
Abstract : Cache performance is an important part of total performance in modern computer systems. This paper describes the use… 
1989
1989
Garbage collection can be done in vector mode on supercomputers like the CRAY-2 and the Cyber 205. Both copying collection and… 
1987
1987
A garbage collector for a distributed system is described. This collector is of the mark and sweep type, each processor having…