Argentum objects got parent pointers and safe-n-fast object reattachments
Each mutable object can tell who is its parent.These parent pointer are maintained automatically at a very low cost (single move instruction).They simplify handling of document data models and allow integrity checks if needed. In this example we build a…
