Generation Scavenging¶
Ungar, D. (1984). Generation Scavenging: A Non-Disruptive High Performance Storage Reclamation Algorithm. ACM SIGPLAN Notices, 19(5), 157-167.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Garbage Collection
- The generational hypothesis (most allocations die young) generalizes to recency-biased reclamation: wherever new resources are likelier than old to become unreachable, collect young regions more often.
This sourceIntroduces generational collection on the hypothesis that most objects die young, collecting young regions more frequently.
- The generational hypothesis (most allocations die young) generalizes to recency-biased reclamation: wherever new resources are likelier than old to become unreachable, collect young regions more often.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:8c60eb9e40c5 · see in the full table