Programming

Automatic Memory Management in newLISP

steloflute 2012. 9. 22. 13:01
http://www.newlisp.org/MemoryManagement.html

 

ORO (One Reference Only) automatic memory management developed for newLISP is a fast and resources saving alternative to classic garbage collection algorithms in dynamic, interactive programming languages. This article explains how ORO memory management works