Python Forum

Full Version: where to look for fuzzy wuzzy benchmarks/specs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.