Skip to content

Commit 4ca3f1d

Browse files
committed
YUGE
1 parent 42cdaab commit 4ca3f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When held _just right_, it can efficiently match against multiple object propert
2222
- **Sorting you can reason about** and customize using a simple `Array.sort()` which gets access to each match's stats/counters. There's no composite, black box "score" to understand.
2323
- **Concise set of options** that don't interact in mysterious ways to drastically alter combined behavior.
2424
- **Fast with low resource usage** - there's no index to build, so startup is below 1ms with near-zero memory overhead. Searching a three-term phrase in a 162,000 phrase dataset takes 12ms with in-order terms or 50ms with out-of-order terms.
25-
- **Micro, with zero dependencies** - currently [~4KB min](https://github.com/leeoniya/uFuzzy/blob/main/dist/uFuzzy.iife.min.js)
25+
- **Micro, with zero dependencies** - currently [~5.5KB min](https://github.com/leeoniya/uFuzzy/blob/main/dist/uFuzzy.iife.min.js)
2626

2727
[![uFuzzy demo](uFuzzy.png)](https://leeoniya.github.io/uFuzzy/demos/compare.html?libs=uFuzzy&outOfOrder&search=spac%20ca)
2828

@@ -480,7 +480,7 @@ https://bestofjs.org/projects?tags=search
480480
(<a href="https://leeoniya.github.io/uFuzzy/demos/compare.html?libs=uFuzzy&search=super%20ma">try</a>)
481481
</td>
482482
<td>★ 1.9k</td>
483-
<td>4KB</td>
483+
<td>5.5KB</td>
484484
<td>0.3ms</td>
485485
<td>1030ms</td>
486486
<td>26.6MB</td>

0 commit comments

Comments
 (0)