jsonpak
jsonpak copied to clipboard
Read-Only Cursor idea
Maybe some workflows (that involve a lot of vertical accesses) can be sped up by introducing a ReadOnlyJsonTree, that uses a simple Table[string, NodePos] that stores the splitFile.dir part of every JsonPtr. Then an overloaded findNode proc that uses this cache, can avoid having to traverse the ancestor nodes if it has been done before.