-
Notifications
You must be signed in to change notification settings - Fork 19
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
Performance degradation at v2 #561
Comments
I was aware of the performance drop. |
There is no need to switch to |
Thank you for your explanation! |
Status updateI implemented the DFA minimization in Here are the changes in quantity structure of the DFAs:
Unfortunately the performance gain is not sufficient, yet. I will continue to optimze the scan performance. |
Status update@dalance, Having this available one can alternatively use the regex engine of Actually, because of the effort for performance optimization in All migration changes on the branch parol_v2_migration are therefore obsolete now and can be replaced by much lesser changes I provided you on branch parol_v2_migration_2. This branch is up to date with the master branch at the time of writing. Use these changes as you wish. |
Thank you for your work! |
In my usage, the performance of parol v2 is degraded than v1 by 30%.
Please refer codspeed report in the following PR.
veryl-lang/veryl#1169
The text was updated successfully, but these errors were encountered: