-
Notifications
You must be signed in to change notification settings - Fork 40
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
Refactor var/varm #17
base: master
Are you sure you want to change the base?
Conversation
Test original benchmark in v1.3
|
Benchmark after refactor
|
Thanks. But do you have an idea of the behavior in terms of precision of the old and new algorithms when |
Should we separate the question of which algorithm is called in the end from the general cleanup in this PR which is nice I believe? |
Sorry for not following up this PR due to my busy time. This is still not much performance improvement but API improvement. Thanks for @mschauer's support. As for algorithm improvement, if I have time to address this issue, I will have another PR in the future. |
Try to clarify the dependency between interfaces and implementations.
This also bring a little bit improvement in performance.