ws2516 / manat

A Collaborative Effort To Find Value In Sports Betting
GNU General Public License v3.0
28 stars 10 forks source link

Fuzzy matching is quite slow #3

Open franz101 opened 3 years ago

franz101 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

franz101 commented 3 years ago

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