FlashFuzzy is a blazing-fast fuzzy search library for JavaScript/TypeScript applications. Built with Rust and compiled to WebAssembly, it delivers sub-millisecond search on 100K+ records with typo-tolerant matching. Combining Bloom Filter pre-filtering and Bitap algorithm, it achieves 10–100× faster performance than traditional fuzzy search libraries while maintaining a tiny ~3KB bundle size. Framework agnostic and zero dependencies.
LavinHash is a high-performance fuzzy hashing library that compares files by similarity rather than exact equality. Using the DLAH algorithm, it generates digital fingerprints capable of identifying modified versions, related malware, and duplicate content that traditional cryptographic hashes cannot detect. Optimized for obfuscated and reformatted files, it excels in malware detection, plagiarism analysis, intelligent deduplication, and version tracking across diverse file types.
A Rust CRDT library for ordered collections of mutable objects, compiled to WebAssembly. Combines an RGA/YATA replicated sequence — deterministic z-order, concurrent inserts converge without coordination — with per-property LWW registers for color, width, opacity, and transform. Binary wire format with delta sync via vector clocks. Designed for collaborative vector canvases and any domain with richly-attributed ordered objects.
Albex is a complete document-search runtime compiled to 13.5 KB of WebAssembly. It runs entirely in the browser — streaming parsers, accent-insensitive fuzzy matching, zero allocator, zero backend. Documents never leave the user's machine. Framework-agnostic with zero dependencies, Albex delivers sub-millisecond full-text search across large collections while keeping your infrastructure simple and your users' data private.