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

Manage paths in a Tree class instead of putting all paths in a list #25

Open
paulmueller opened this issue Nov 30, 2023 · 0 comments
Open

Comments

@paulmueller
Copy link
Member

The Recipe.cast method builds up a massive list known_files and searches it continuously after processing the main recipe data. This can be sped-up significantly by using a tree-like structure (faster lookups).

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