leeoniya/uFuzzy

uFuzzy, на сайте с June 30, 2023 00:38
A tiny, efficient fuzzy search that doesn't suck. This is my fuzzy cat2. There are many like it, but this one is mine.¹ uFuzzy is a fuzzy search library designed to match a relatively short search phrase (needle) against a large list of short-to-medium phrases (haystack). It might be best described as a more forgiving String.indexOf(). Common use cases are list filtering, auto-complete/suggest, and title/name/description/filename/function searches.