BlackRabbitt / mspmLinks
Multi-String Pattern Matching Algorithm Using TrieNode
☆27Updated 7 years ago
Alternatives and similar repositories for mspm
Users that are interested in mspm are comparing it to the libraries listed below
Sorting:
- A prefix tree implementation in go☆44Updated last year
- Storing strings without GC overhead☆85Updated last month
- fast int64-int64 map for go☆100Updated 2 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆90Updated 5 years ago
- Cluster analysis library for Golang☆95Updated 6 years ago
- Generic and fast binary serializer for Go☆247Updated last year
- Highly concurrent drop-in replacement for bufio.Writer☆58Updated 8 years ago
- ☆43Updated 5 years ago
- State of the art point location and neighbour finding algorithms for region quadtrees, in Go☆140Updated 3 years ago
- Fixed-precision decimal numbers based on IEEE 754 decimal64☆43Updated 5 months ago
- Go reflection simplified☆102Updated last year
- Random Forest implementation in golang☆59Updated 2 months ago
- Computer Vision package in pure Go taking advantage of SIMD acceleration☆86Updated 7 years ago
- Simple expression evaluation engine for Go☆72Updated 5 years ago
- Bitset data structure☆169Updated 3 years ago
- Enriches the standard go http client with retry functionality.☆57Updated last year
- Expression evaluator for Go☆80Updated last week
- Go driver for ragel scanners☆39Updated 5 years ago
- Development of Goki has moved to Cogent Core. For the latest stable version of ki v1, import version 1.1.17 and see the v1 branch.☆91Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Simple string pattern matcher for Go☆136Updated 4 months ago
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- Fastest levenshtein implementation in Go.☆134Updated 5 years ago
- Powerful and versatile MIME sniffing package using pre-compiled glob patterns, magic number signatures, XML document namespaces, and tree…☆100Updated 2 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆79Updated 11 years ago