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
*[Alternate Ratio Calculations](#alternate-ratio-calculations)
23
-
*[Lite Bundles](#lite-bundles)
23
+
*[Lite Versions](#lite-versions)
24
24
*[Credits](#credits) (aka, projects I stole code from)
25
25
*[Contributions](#contributions)
26
26
@@ -450,13 +450,13 @@ Except when using difflib, the ratios are calculated as ((str1.length + str2.len
450
450
451
451
Not all scoring options are available if using the difflib calculation. (i.e. useCollator, wildcards)
452
452
453
-
### Lite Bundles
453
+
### Lite Versions
454
454
455
-
Also available are the __fuzzball_lite__ and __fuzzball_ultra_lite__ bundles if you need a smaller file size. These are located in fuzzbal/lite and fuzzball/ultra_lite. The full version has been reworked to only pull in the needed parts from difflib, so the difference between it and lite isn't quite as much as before.
455
+
Also available are the __fuzzball_lite__ and __fuzzball_ultra_lite__ versions if you need a smaller file size. These are located in fuzzbal/lite and fuzzball/ultra_lite. The full version has been reworked to only pull in the needed parts from difflib though, so the difference between it and lite isn't quite as much as before.
456
456
457
457
The lite version doesn't include the partial ratio functions, and only has limited wildcard support. The ultra_lite version doesn't include those and also leaves out support for collation or correct astral symbols handling, the extract functions are not as optimized for large datasets, and it's alphanumeric check will strip out all non-ascii characters.
458
458
459
-
The full, lite and ultra_lite flavors currently weight in at a compressed 28kB, 20kB, and 8kB, respectively.
459
+
The full, lite and ultra_lite bundles currently weight in at a compressed 28kB, 20kB, and 8kB, respectively.
0 commit comments