Garbage collection
TrialTechniques
Automatic memory management technique that reclaims unused memory in software systems.
Why it's here
Placed in Trial: 4 article(s) of evidence from 2 source(s), led by research-stage coverage, with 4 in the last 30 days. Confidence 45%.
Evidence (4)
- 6InfoQ·7/28/2026framework_updateUber’s Zero Growth Stack cuts infrastructure and AI costs
Uber describes a “Zero Growth Stack” approach that decouples infrastructure capacity growth from business demand, allowing services to scale without proportional increases in hardware. A key element is garbage collection optimization, alongside the use of generative AI in development with cost controls to preserve efficiency.
- 4Hacker News·7/25/2026researchDebate Over Memory Safety and Fil-C
The article argues that discussions around memory safety in systems programming are becoming more contentious, especially as Fil-C offers a way to make C and C++ programs detect invalid memory access at runtime. It also criticizes claims that Rust is inherently memory-unsafe, noting that Fil-C and similar approaches still come with trade-offs such as slower performance, GC, and ABI incompatibility.
- 4Hacker News·7/25/2026researchObserving Go's New Garbage Collector in Action
The article examines how Go's new garbage collector behaves while traversing the heap, comparing it with the older collector. It focuses on runtime internals and the observable effects of the change on memory management.
- 6InfoQ·7/18/2026open_sourceDolt 2.0 Adds Automatic Storage Cleanup and Compression
DoltHub has released Dolt 2.0, a major update to its open source version-controlled SQL database. The new version adds automatic storage optimization features such as garbage collection and compression, along with better support for large and vector data types.