Python Forum
where to look for fuzzy wuzzy benchmarks/specs - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: where to look for fuzzy wuzzy benchmarks/specs (/thread-22164.html)



where to look for fuzzy wuzzy benchmarks/specs - droid15 - Nov-01-2019

I'm considering using fuzzy wuzzy at work to maintain a table of similarities for part numbers. in order to update the similarity table i need to feed a list with all the part numbers, the table is not the problem as it resides on a data base, but the list is a simple python list or collection, and the number of part numbers can grow to 30,000 different numbers, where can i find benchmarks or specs?, i want to know how much data i can store in a python list and how much data can fuzzy wuzzy process


RE: where to look for fuzzy wuzzy benchmarks/specs - Larz60+ - Nov-02-2019

the homepage is here: https://github.com/seatgeek/fuzzywuzzy
I saw a bit about speeding it up, but nothing on benchmarks.
There are however several links that I didn't look at.