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

Consider a new design for the info and search methods that avoids conversion of nodes when the lazy_tree option is used #1795

Open
perrygreenfield opened this issue Jul 12, 2024 · 0 comments
Milestone

Comments

@perrygreenfield
Copy link
Contributor

The new lazy_tree PR #1733 now provides the ability to delay conversion of nodes until they are needed as well as giving finer control of memory use. Unfortunately, any use of the info or search methods forces conversion of all nodes making them costly to use for large data sets. Since much (perhaps all) of the information for these methods is in the raw yaml, it may be possible for a different implementation to avoid dependencies on conversion to show the needed information. When resources permit, this option should be investigated.

@braingram braingram added this to the 3.X milestone Jul 12, 2024
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

2 participants