Skip to content

Lightning-fast fuzzy string matching with hybrid word and trigram indexing

License

Notifications You must be signed in to change notification settings

nym21/quickmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickmatch

Lightning-fast fuzzy string matching for Rust.

A high-performance string matching library optimized for interactive search experiences like autocomplete, command palettes, and search-as-you-type interfaces.

Crates.io Documentation

Features

  • Blazing fast - Optimized for sub-millisecond search times
  • Hybrid matching - Word-level matching with trigram-based fuzzy fallback
  • Memory efficient - Zero-copy string storage with pointer-based indexing
  • Ranked results - Intelligent scoring based on match quality
  • Zero external dependencies - Only uses rustc-hash for fast hashing

Installation

# rust
cargo add quickmatch

# js
npm install quickmatch-js

About

Lightning-fast fuzzy string matching with hybrid word and trigram indexing

Resources

License

Stars

Watchers

Forks

Packages

No packages published