7 ms·
How does ownership work within the Lisp tree structure?, What is the difference between ownership on this setting and ARC?
by imachine1980_ 4mo ago
How does ownership work within the Lisp tree structure?, What is the difference between ownership on this setting and ARC?
- ecto 4mo agoARC refcounts everything (many owners) whereas Loon refcounts only inside immutable shared tree nodes (one owner per handle)