leeoniya/uFuzzy
A tiny, efficient fuzzy search that doesn't suck observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 49
- Release rhythm 32
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 42
- age_days: 1447
- days_rel: 376
- days_push: 306
- n_releases_24m: 4
Adoption not part of the score
3025 stars · 57 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
uFuzzy is a tiny (~7.5KB), zero-dependency JavaScript fuzzy search library for matching a short needle phrase against large lists of short-to-medium haystack strings. It supports out-of-order term matching, typo tolerance, substring exclusions, and exact terms, with no index to build and fast, low-memory searching.
Use cases
- filter a large list as the user types
- add autocomplete or typeahead suggestions to a search box
- fuzzy search filenames, titles, or function names
- tolerate single typos in user search queries
- search with out-of-order terms like 'spac ca'
- exclude substrings from search results like 'fruit -green'
When to choose
- you need fast client-side fuzzy filtering of in-memory string lists
- you want predictable, explainable ranking instead of a black-box relevance score
- startup time and memory footprint matter and building a search index is overkill
- you want a tiny dependency-free library for autocomplete or list filtering
When to avoid
- you need full-text search over large document collections with relevance scoring
- you need Unicode/CJK-heavy text matching out of the box
- you need a server-side search engine with indexing, stemming, or faceting
Facets
library · maturity active
search-engine parser web-development developer-tools frontend browser cross-platform fuzzy-search autocomplete typeahead list-filtering zero-dependency string-matching search javascript nodejs
1 source
- readme: https://github.com/leeoniya/uFuzzy · fetched 2026-08-28 · a940d60215d4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| leeoniya/uFuzzy | main | 53 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem