Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ziyasal-archive/fuzzysearch
- Owner: ziyasal-archive
- License: mit
- Created: 2016-04-11T21:56:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T13:40:10.000Z (over 8 years ago)
- Last Synced: 2024-08-02T05:12:11.646Z (3 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - fuzzysearch - :rocket: Tiny and blazingly fast fuzzy search in Go (Go)
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")
```