Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
uFuzzy Alternatives
Similar projects and alternatives to uFuzzy
-
-
minisearch
Tiny and powerful JavaScript full-text search engine for browser and Node
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
-
-
list.js
The perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.
-
bootstrap-table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
orama
🌌 Fast, in-memory, typo-tolerant, full-text and vector search engine in <2kb.
-
-
PruningRadixTrie
PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
uFuzzy reviews and mentions
-
PruningRadixTrie – 1000x faster Radix trie for prefix search and auto-complete
interesting, i made something much more stupid but brutally effective: https://github.com/leeoniya/uFuzzy
i guess if you wanted to do sorting by contact frequency you can just keep the original haystack sorted by frequency, and get Richard match first.
-
List.js - Tiny, invisible and simple, yet powerful and incredibly fast vanilla JavaScript that adds search, sort, filters and flexibility to plain HTML lists, tables, or anything
allow me to self-promote https://github.com/leeoniya/uFuzzy
- What is your go to client-side fuzzy searching library?
-
Sotd.fun is live
Keep the tech simple and minimal. Just the basics: javascript, css, HTML. No react or other frameworks. No tech for tech's sake. I did use one very excellent search library uFuzzy.
-
uFuzzy.js – A tiny, efficient fuzzy search that doesn't suck
maybe habit, maybe less devDependencies, maybe wanting to hand-author a readable/commented form of https://github.com/leeoniya/uFuzzy/blob/main/dist/uFuzzy.d.ts?
-
Show HN: Ufuzzy.js – A tiny, efficient fuzzy search that doesn't suck
I think indexeddb is somewhat orthogonal to this library.
The memory efficiency you might get would be that you don't need to hold the whole dataset in memory while running the filter step though at the moment it looks like it assumes you're working with an array in memory (https://github.com/leeoniya/uFuzzy/blob/main/src/uFuzzy.js#L...). That said I suspect there distance between this and something that could search against a stream of data is pretty short.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 10 Dec 2023
Stats
leeoniya/uFuzzy is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of uFuzzy is JavaScript.