Rename LazyXXX.flush() to LazyXXX.commit(), make LazyXXX.commit() write itself to...
authorNick Downing <nick@ndcode.org>
Thu, 6 Jan 2022 23:52:14 +0000 (10:52 +1100)
committerNick Downing <nick@ndcode.org>
Thu, 6 Jan 2022 23:52:14 +0000 (10:52 +1100)
commit2452a961b0bd649a28b8b8c0bd5e81cf6901f349
treec367d382e429c9b90329dd4e7b8083e6f459573a
parentd23dad55f5aa448eecbe85741223c31858443a9b
Rename LazyXXX.flush() to LazyXXX.commit(), make LazyXXX.commit() write itself to disk instead of relying on parent to do so (because there is no longer any need for special handling of the root object to put < > around it since the < > will now surround a [ptr, len] record rather than the root object itself), fix semantics of LazyArray.delete() and LazyArray.pop() so length behaves like Array
logjson.mjs