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-100x 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 (color, width, opacity, transform). Binary wire format with delta sync via vector clocks. Designed for collaborative vector canvases and any domain with richly-attributed ordered objects.