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

Terribly slow #24

Open
vittorinoDaFeltre opened this issue May 13, 2017 · 4 comments
Open

Terribly slow #24

vittorinoDaFeltre opened this issue May 13, 2017 · 4 comments

Comments

@vittorinoDaFeltre
Copy link

Much slower than levenshtein distance using dynamic programming.

@hiddentao
Copy link
Owner

Any suggestions?

@gustf
Copy link

gustf commented May 26, 2017

@vittorinoDaFeltre this implementation is actually done with dynamic programming as far as I can see.

@robd
Copy link

robd commented Jun 18, 2017

Also worth noting that @gustf has an alternative implementation here with some updated benchmarks: https://github.com/gustf/js-levenshtein

@ka-weihe
Copy link
Contributor

ka-weihe commented Oct 17, 2019

I have created an implementation that is quite a lot faster than js-levenshtein. Take a look:
https://github.com/ka-weihe/fastest-levenshtein

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

5 participants