You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: