Hacker News new | past | comments | ask | show | jobs | submit login
Circumventing the D Garbage Collector (pointersgonewild.wordpress.com)
54 points by luu on Nov 15, 2014 | hide | past | favorite | 1 comment



Freelisting objects to reduce load on the GC has a long history. The Lisp Machines had a feature called "resources" to support this.

While I think the best modern collectors, such as the JVM collector, are good enough to make manual freelisting unnecessary, it is still a massive amount of effort to develop a collector of this quality.

[0] http://common-lisp.net/project/bknr/static/lmman/resour.xml#...




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: