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

initializing all dependency counts up front slows as hierarchies get deeper #145

Closed
grahamdyson opened this issue Jul 30, 2020 · 2 comments

Comments

@grahamdyson
Copy link
Member

Issue #50 improved performance of item navigation by avoiding the recounting of dependencies. It did this by counting up front and persisting all the counts. As the number of levels in the item hierarchy increases, this approach has caused the initial processing of YAML to slow.

@grahamdyson
Copy link
Member Author

released in JavaScript 7.11.0

@grahamdyson
Copy link
Member Author

released in C# 1.15.0

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

No branches or pull requests

1 participant