argusdusty / Ferret
An optimized substring search engine written in Go
☆550Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for Ferret
- Package mafsa implements Minimal Acyclic Finite State Automata in Go, essentially a high-speed, memory-efficient, Unicode-friendly set of…☆295Updated 5 years ago
- Lightweight key-value interface to a bunch of storage engines with middleware support, organized as a chain of operations; written in Go☆130Updated 6 years ago
- A Go package for generating Go code☆136Updated 7 years ago
- Simple, ordered, key-value persistence library for the Go Language☆264Updated 3 years ago
- An easy-to-use, distributed, extensible task/job queue framework for #golang☆295Updated 3 years ago
- Generate datastructures for your types.☆77Updated 5 years ago
- A caching library for go that supports multiple keys and various replacement algorithms.☆159Updated last year
- Parallel and radix sorting in Go☆100Updated last year
- [Go] interface-bench - a quick look at some of Go's subtleties regarding the use of interfaces.☆110Updated 8 years ago
- Very fast, very unsafe serialization for Go☆145Updated 2 years ago
- Simple object persistence with boltdb☆143Updated 2 years ago
- An XPath 1.0 implementation written in the Go programming language.☆148Updated 3 years ago
- Measure and throttle the rate at which data is transferred.☆258Updated 5 months ago
- A scalable lock-free channel.☆135Updated 8 years ago
- Mount a BoltDB (https://github.com/boltdb/bolt) database as a FUSE filesystem;☆113Updated 4 years ago
- a small circular ring buffer library in go / golang☆187Updated 5 years ago
- ☆141Updated 7 years ago
- Implementation of the Jump Consistent Hash algorithm in Go.☆154Updated 9 years ago
- A simple, concise, colorful logger for Go☆91Updated 6 years ago
- Ngram index for golang☆114Updated 8 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 4 years ago
- github.com/cznic/kv has moved to modernc.org/kv☆413Updated 6 years ago
- go-pipeline is a Go library to provide some channel "middleware"-like functionality. It can lead to some clean code when processing vario…☆67Updated 7 years ago
- Go tool for generating sql scanners, sql statements and other helper functions☆183Updated 8 years ago
- gtreap is an immutable treap implementation in the Go Language