increase performance of default_process
use lookup tables for the string conversions instead of many branches, which greatly increases the performance
This commit is contained in:
parent
8f9a61e8c0
commit
fb6824e849
|
@ -1 +1 @@
|
|||
Subproject commit 0cbbee61bd9a2401e45c96a3d3d6ab640317ccce
|
||||
Subproject commit 4b64c630949006d9a43465976d1c222cb6565593
|
|
@ -3,6 +3,6 @@ rapid string matching library
|
|||
"""
|
||||
__author__ = "Max Bachmann"
|
||||
__license__ = "MIT"
|
||||
__version__ = "0.13.4"
|
||||
__version__ = "0.13.5"
|
||||
|
||||
from rapidfuzz import process, fuzz, utils, levenshtein
|
||||
|
|
Loading…
Reference in New Issue