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:
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆46Updated 6 months ago
- Fast integer map for uint32-to-uint32☆30Updated 2 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- Doppio is a fast LRU cache on top of Ristretto, Redcon, and Evio. Support for the Redis protocol.☆116Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Compile Go regular expressions to Go code☆96Updated 2 weeks ago
- Expression evaluator for Go☆77Updated 5 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- go-judy is a Go language wrapper of the Judy array implementation at http://judy.sourceforge.net.☆29Updated 11 years ago
- doc2vec , word2vec, implemented by golang. word embedding representation☆41Updated 7 years ago
- ☆28Updated 3 years ago
- Load file-backed memory☆121Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆138Updated 2 weeks ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 2 years ago
- streaming, buffered table encoder for result sets (ie from a database)☆22Updated 3 months ago
- Storing strings without GC overhead☆84Updated 5 years ago
- Minimal perfect hashing in Go☆73Updated 2 years ago
- simple data streams for go☆31Updated 3 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- Library for monkey-patching functions in Go☆23Updated 3 years ago
- Package with auto-vectorized math functions for Go☆27Updated 2 months ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆205Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆71Updated last week
- Fastest levenshtein implementation in Go.☆135Updated 4 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- package lingo provides the data structures and algorithms required for natural language processing☆156Updated 2 years ago