Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ziyasal-archive/fuzzysearch

:rocket: Tiny and blazingly fast fuzzy search in Go
https://github.com/ziyasal-archive/fuzzysearch

Last synced: 11 days ago
JSON representation

:rocket: Tiny and blazingly fast fuzzy search in Go

Awesome Lists containing this project

README

        

# fuzzysearch
:rocket: 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.

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