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

Fuzzy matching is quite slow #3

Open
franz101 opened this issue Jan 25, 2021 · 3 comments
Open

Fuzzy matching is quite slow #3

franz101 opened this issue Jan 25, 2021 · 3 comments

Comments

@franz101
Copy link
Contributor

Did you have performance issues with the string fuzz library fuzzy-wuzzy?
For my mapping system I used a cpp implementation of it called rapid-fuzz:
https://github.com/maxbachmann/RapidFuzz

it's like 10x faster and it has the same API.

@franz101
Copy link
Contributor Author

If you want to talk about further speed improvements I can think of a few. Fore example using lxml instead of beautiful soup. And vectorising some for loops. Maybe we can create a TODO or project map? What do you guys think?

@ws2516
Copy link
Owner

ws2516 commented Feb 12, 2021

Hey Franz this is great, lets do it! Ill respond on telegram, sorry ive been swamped

@franz101
Copy link
Contributor Author

Cool man, I'm available after Friday. Saw you implemented money line tracking 👍🏼

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

2 participants