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 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☆77Updated 5 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Fast Concurrent / Parallel Sorting in Go☆138Updated 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
- fast int64-int64 map for go☆98Updated 2 years ago
- Fast integer map for uint32-to-uint32☆30Updated 2 months ago
- go-judy is a Go language wrapper of the Judy array implementation at http://judy.sourceforge.net.☆29Updated 11 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
- Compile Go regular expressions to Go code☆96Updated last month
- Storing strings without GC overhead☆84Updated 5 years ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- ☆28Updated 3 years ago
- Intern Go strings☆95Updated last year
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 2 years ago
- Minimal perfect hashing in Go☆73Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- A go database/sql driver for csvq☆75Updated 2 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- Highly scalable, single/multi node, sortable, predictable and incremental unique id generator with zero allocation magic on the sequentia…☆34Updated last year
- Fastest levenshtein implementation in Go.☆135Updated 4 years ago
- dmmclust is a package for clustering short texts, based on Yin and Wang (2014)☆26Updated 7 years ago
- Pure Go SQL parser☆164Updated 2 months ago
- A Go io/fs filesystem implementation for reading files in Github gists.☆127Updated 3 years ago
- Load file-backed memory☆121Updated 2 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- string interning library for lots of strings☆37Updated 4 years ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago