-
Notifications
You must be signed in to change notification settings - Fork 9
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
verify_constraints performance #3
Comments
There are several ways to up speed computations, but that depends on your project (do you have a minimal example you could share?). The Another optimization consists in using I understand that the documentation is not as good as it could be so don't hesitate if you have more questions. |
Thank you @Zulko! I will try what you mentioned |
To be honest, code comments helping a lot, so you are a bit humble on saying that documentation is not sufficient :) |
I have noticed that the
verify_constraints
is the most called function. It takes about 50% of execution time, which slows down the program and development cycle for real use cases (10kb sequences).What is the proper way to implement the caching mechanism?
The text was updated successfully, but these errors were encountered: