smarty-archives / mafsa
Package mafsa implements Minimal Acyclic Finite State Automata in Go, essentially a high-speed, memory-efficient, Unicode-friendly set of strings.
☆296Updated 5 years ago
Alternatives and similar repositories for mafsa
Users that are interested in mafsa are comparing it to the libraries listed below
Sorting:
- An optimized substring search engine written in Go☆548Updated 6 years ago
- Bloom-filter based search index☆123Updated 3 years ago
- Streaming approximate histograms in Go☆175Updated 4 years ago
- Integer Compression Libraries for Go☆132Updated 7 years ago
- gtreap is an immutable treap implementation in the Go Language☆90Updated 3 years ago
- Non blocking data structures for Go☆266Updated 8 years ago
- SIMD for Go☆163Updated 7 years ago
- Probabilistic Data Structures for Go☆255Updated 6 years ago
- Minimal Perfect Hashing for Go☆181Updated 8 months ago
- Simple, ordered, key-value persistence library for the Go Language☆266Updated 3 years ago
- Ngram index for golang☆114Updated 8 years ago
- Very fast, very unsafe serialization for Go☆147Updated 2 years ago
- A Go library for performing Unicode Text Segmentation as described in Unicode Standard Annex #29☆89Updated 2 years ago
- Bloom filters implemented in Go.☆146Updated 7 years ago
- Low latency batching queues for Go☆75Updated 8 years ago
- Package htree implements the in-memory hash tree. Hacker News: https://news.ycombinator.com/item?id=11369676☆92Updated 2 years ago
- Parallel and radix sorting in Go☆101Updated 2 years ago
- [Go] interface-bench - a quick look at some of Go's subtleties regarding the use of interfaces.☆110Updated 8 years ago
- Generate datastructures for your types.☆77Updated 5 years ago
- Packages for solving minimization problems [DEPRECATED]☆67Updated 6 years ago
- A caching library for go that supports multiple keys and various replacement algorithms.☆159Updated 2 years ago
- Package pqueue provides a priority queue.☆102Updated 9 years ago
- General, type-safe, non-allocating set-operations for any sort.Interface☆170Updated 6 years ago
- Cap'n Proto library and parser for go. This is go-capnproto-1.0, and does not have rpc. See https://github.com/zombiezen/go-capnproto2 fo…☆288Updated 5 years ago
- A code generation tool to enable generics in go☆163Updated 7 years ago
- ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema…