https://gchandbook.org/ #garbagecollection #memorymanagement #automemorymanagement #memoryleaks #techhumor #programming #HackerNews #ngated
The Garbage Collection Handbook: The Art of Automatic Memory Management (2nd Ed)
#HackerNews #GarbageCollection #MemoryManagement #Programming #Books #TechLiterature
The Garbage Collection Handbook: The Art of Automatic Memory Management (2nd Ed)
A couple of hundred gigs is very impressive.
My mac actually goes back almost as far
as that as I keep rolling things forward,
mail, src, writings, etc.
I wish I knew what was safer to delete from
the macos. Containers? All Caches? Chrome.
Does anything really care about the mutilated file tree of iTunes?
I can no longer just eliminate that which I
do not recognize as useful.
Python 3.14 garbage collection rigamarole
https://theconsensus.dev/p/2026/06/06/python-3-14-garbage-collection-rigamarole.html
#HackerNews #Python #GarbageCollection #TechNews #Python314 #DevCommunity
Python 3.14.0 introduced a new incremental garbage collector. But reports of higher memory usage caused the Python team to revert the garbage collector changes in 3.14.5.<br /><br />We investigate how memory management works in Python and workloads that perform best and worst for the incremental garbage collector.
The Medley Interlisp environment has a reference-counting garbace collector that provides better performance with interactive applications. The limitations are that the facility doesn't reclaim circular structures and some other data, and the reference count table is of fixed size.
1-bit remembered sets
🚀 G1 GC: 5-15% Performance Gains with Dual Card Tables
Orinoco: Young Generation Garbage Collection
Garbage Collection Without Unsafe Code
https://fitzgen.com/2024/02/06/safe-gc.html
#HackerNews #GarbageCollection #SafeCode #Rust #Programming #MemoryManagement