jsonpak icon indicating copy to clipboard operation
jsonpak copied to clipboard

Read-Only Cursor idea

Open planetis-m opened this issue 1 year ago • 0 comments

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.

planetis-m avatar May 03 '24 10:05 planetis-m