ka-weihe / fast-levenshteinLinks
Fastest levenshtein implementation in Go.
☆135Updated 4 years ago
Alternatives and similar repositories for fast-levenshtein
Users that are interested in fast-levenshtein are comparing it to the libraries listed below
Sorting:
- [TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural typ…☆205Updated 2 years ago
- Useful Go String methods☆192Updated 2 years ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Highly configurable, fast JSON encoder for Go☆180Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆139Updated 2 months ago
- A go in-memory table☆230Updated 3 years ago
- Notification broadcaster library☆156Updated 3 years ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- Automatically sets up command line flags based on struct fields and tags.☆176Updated 3 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆91Updated 5 years ago
- Optional values for Go☆104Updated 9 months ago
- A Go library for validating structs, maps and slices.☆229Updated 11 months ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 3 years ago
- Efficient and reliable background processing for Go☆131Updated 5 years ago
- ARCHIVED: A zero dependency asset embedder for Go☆84Updated 4 years ago
- Fast Gaussian Blur in Go☆52Updated 3 years ago
- A Trie implementation in Go meant for auto-completion use cases. Supports Levenshtein distance search.☆112Updated 2 years ago
- A Go native tabular data extraction package. Currently supports .xls, .xlsx, .csv, .tsv formats.☆154Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.