Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 262 Bytes

fuzzysearch

🚀 Tiny and blazing-fast fuzzy search in Go

Fuzzy searching allows for flexibly matching a string with partial input, useful for filtering data very quickly based on lightweight user input.

v = FuzzySearch("tst", "smarttsters")