epsniff / sidoniaLinks
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 6 years ago
Alternatives and similar repositories for sidonia
Users that are interested in sidonia are comparing it to the libraries listed below
Sorting:
- 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 6 years ago
- Fast integer map for uint32-to-uint32☆31Updated 3 months ago
- Expression evaluator for Go☆77Updated 6 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- package lingo provides the data structures and algorithms required for natural language processing☆156Updated 2 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Fastest levenshtein implementation in Go.☆135Updated 4 years ago
- Storing strings without GC overhead☆84Updated last month
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- adding badger support to blevesearch☆63Updated 2 years ago
- A collection of Go utility packages used by GRAIL's tools☆97Updated last year
- Compile Go regular expressions to Go code☆96Updated 2 months ago
- ☆28Updated 3 years ago
- A Go io/fs filesystem implementation for reading files in Github gists.☆127Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆114Updated last year
- Package with auto-vectorized math functions for Go☆28Updated 3 months ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆46Updated 7 months ago
- Pure Go SQL parser☆164Updated 3 months ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆70Updated 4 years ago
- A tokenizer based on Unicode text segmentation (UAX #29), for Go. Split words, sentences and graphemes.☆85Updated last week
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated last year
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated last year
- galaxycache is a caching and cache-filling library based on groupcache.☆69Updated 4 months ago
- streaming, buffered table encoder for result sets (ie from a database)☆22Updated last week