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

How to handle external packages needed for specific search methods? #129

Open
THinnerichs opened this issue Nov 20, 2024 · 1 comment
Open

Comments

@THinnerichs
Copy link
Member

With more and more added functionality, we add more and more packages to HerbSearch that are specific to a specific search method. E.g. grammar_optimizer loads Clingo_jll. You will probably not need Clingo when running the simple getting started guide or only probabilistic searches. The number of packages quickly accumulates.

We should find a way to load those lazily when actually needed without making the entire system slower.

@ReubenJ
Copy link
Member

ReubenJ commented Nov 27, 2024

Package Extensions offer one approach. We'd just need to bump the minimum julia version to 1.9+

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