Skip to content

Commit 20b6bcc

Browse files
committed
update lite version text
1 parent 004e497 commit 20b6bcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Demo <a href="https://nol13.github.io/fuzzball.js" target="_blank">here</a> comp
2020
* [Fuzzy Dedupe](#fuzzy-dedupe)
2121
* [Performance Optimization](#performance-optimization)
2222
* [Alternate Ratio Calculations](#alternate-ratio-calculations)
23-
* [Lite Bundles](#lite-bundles)
23+
* [Lite Versions](#lite-versions)
2424
* [Credits](#credits) (aka, projects I stole code from)
2525
* [Contributions](#contributions)
2626

@@ -450,13 +450,13 @@ Except when using difflib, the ratios are calculated as ((str1.length + str2.len
450450
451451
Not all scoring options are available if using the difflib calculation. (i.e. useCollator, wildcards)
452452
453-
### Lite Bundles
453+
### Lite Versions
454454
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.
456456
457457
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.
458458
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.
460460
461461
### Credits
462462

0 commit comments

Comments
 (0)