-
Trash talk: the Orinoco garbage collector
Trash talk: the Orinoco garbage collector
Over the past years the V8 garbage collector (GC) has changed a lot. The Orinoco project has taken a sequential, stop-the-world garbage collector and transformed it into a mostly parallel and concurrent collector with incremental fallback.
Appears in lists (1)
More like this (3)
-
Deciding when to collect garbage
Deciding when to collect garbage Garbage collector is an important component of languages like Python, Java,...