Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-Only Cursor idea #40

Open
planetis-m opened this issue May 3, 2024 · 0 comments
Open

Read-Only Cursor idea #40

planetis-m opened this issue May 3, 2024 · 0 comments

Comments

@planetis-m
Copy link
Owner

planetis-m commented May 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant