Why Garbage Collection Is Not Necessary and Actually Harmful (mortoray.com) 2 points by piokuc 10y ago ↗ HN
[–] dozzie 10y ago ↗ > Even a highly sophisticated, incremental, distributed collector must go through all the objects.It doesn't if GC is run thread-wise, threads communicate copying messages around, and these threads are very short-lived.
1 comment
[ 1.2 ms ] story [ 568 ms ] threadIt doesn't if GC is run thread-wise, threads communicate copying messages around, and these threads are very short-lived.