-
-
Notifications
You must be signed in to change notification settings - Fork 39
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 of Damerau Levenshtein is low #51
Comments
9d0a950 improves the performance significantly. E.g. for your strings I do now get the following runtimes on my machine:
while previously I would get:
|
This is awesome thank you! Much more in line with what I was expecting perf wise. Will there be a new crates.io release for the functionality you've been adding? |
Yes there will be a new release soon. Probably once we have #58 merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unsure as to the cause of this. I know the DL algorithm is significantly more complex than the OSA algorithm but some crude benchmarks show the results below when simply comparing "alcohol" and "acloholism".
I just wanted to post this to ensure the algorithm has the correct implementation given this package's large usage rate.
Times below are average benchmarks in nanoseconds.
The text was updated successfully, but these errors were encountered: