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
- Expression evaluator for Go☆77Updated 8 months ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆46Updated last week
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- Storing strings without GC overhead☆84Updated 3 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Compile Go regular expressions to Go code☆96Updated 4 months ago
- fast int64-int64 map for go☆98Updated last month
- Fastest levenshtein implementation in Go.☆134Updated 4 years ago
- Fast integer map for uint32-to-uint32☆32Updated 5 months ago
- go-judy is a Go language wrapper of the Judy array implementation at http://judy.sourceforge.net.☆29Updated 12 years ago
- efficient client ⚡️☆75Updated last year
- Load file-backed memory☆122Updated 3 years ago
- Fast Concurrent / Parallel Sorting in Go☆142Updated 4 months ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Simple SQL parser☆78Updated 10 months ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆85Updated 11 months ago
- package lingo provides the data structures and algorithms required for natural language processing☆158Updated 2 years ago
- A Go io/fs filesystem implementation for reading files in Github gists.☆124Updated 4 years ago
- ☆28Updated 3 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- adding badger support to blevesearch☆63Updated 2 years ago
- Intern Go strings☆97Updated 2 years ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 3 years ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆207Updated 2 years ago
- A Go library implementing a FST (finite state transducer)☆212Updated 11 months ago
- Pure Go SQL parser☆172Updated last week