You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RapidFuzz is a fast fuzzy string matching library using Levenshtein Distance and other string metrics. It's a drop-in replacement for fuzzywuzzy but MIT-licensed and orders of magnitude faster thanks to its C++ backend. Useful for search, autocomplete, deduplication, and data cleaning in Flet apps — especially important on mobile where CPU is limited and the speed difference vs pure-Python alternatives matters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
PyPI link: https://pypi.org/project/rapidfuzz/
RapidFuzz is a fast fuzzy string matching library using Levenshtein Distance and other string metrics. It's a drop-in replacement for fuzzywuzzy but MIT-licensed and orders of magnitude faster thanks to its C++ backend. Useful for search, autocomplete, deduplication, and data cleaning in Flet apps — especially important on mobile where CPU is limited and the speed difference vs pure-Python alternatives matters.
All reactions