BDOvenbird

FlashFuzzy

GitHub

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.

cargo add flash-fuzzy-core

LavinHash

GitHub

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.

cargo add lavinhash

Semantic Layer

GitHub

Semantic Layer is a TypeScript library that generates JSON-LD schemas for connecting your content to Knowledge Graphs. It helps AI engines (ChatGPT, Perplexity, Claude) understand your content accurately instead of hallucinating or misattributing information. Build your Knowledge Graph with type-safe validation and framework-agnostic core, supporting React, Vue, Angular, Svelte, and Astro.

npm install @semantic-layer/core