epsniff / sidonia
A simple all golang inverted index similar to Lucene. Used for full-text indexing of text, keywords, numbers, and dates. Build as an example project for learning inverted indexes.
☆18Updated 5 years ago
Alternatives and similar repositories for sidonia
Users that are interested in sidonia are comparing it to the libraries listed below
Sorting:
- Expression evaluator for Go☆73Updated last month
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Doppio is a fast LRU cache on top of Ristretto, Redcon, and Evio. Support for the Redis protocol.☆116Updated 5 years ago
- Library for monkey-patching functions in Go☆24Updated 3 years ago
- go-judy is a Go language wrapper of the Judy array implementation at http://judy.sourceforge.net.☆29Updated 11 years ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated 7 months ago
- Simple Go library for executing lots of operations spread over any number of threads☆74Updated last year
- simple data streams for go☆31Updated 2 years ago
- Persist to disk channel for Go.☆47Updated 8 years ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Fast integer map for uint32-to-uint32☆28Updated 6 months ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 10 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 9 months ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- ☆28Updated 3 years ago
- fastest lockfree cache library for go application☆50Updated 6 months ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Go library that implements fs.FS for Postgres using Large Objects.☆61Updated last year
- Minimal perfect hashing in Go☆73Updated 2 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 2 years ago
- fork of https://bitbucket.org/pkg/inflect☆24Updated last week
- Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.☆38Updated 5 months ago
- Replicated key-value store driven by the raft consensus protocol☆30Updated 6 years ago