U Memory System
- Ownership is a DAG — strong references point from parent to child, never upward or cyclically.
- When an owner's refcount hits zero, its entire subtree dies.
Unverified
- Ownership is a DAG — strong references point from parent to child, never upward or cyclically.
- When an owner's refcount hits zero, its entire subtree dies.
Sources: Ulanguage