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☆74Updated 2 months ago
- Fast integer map for uint32-to-uint32☆28Updated 2 weeks ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 10 months ago
- simple data streams for go☆31Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Intern Go strings☆95Updated last year
- Off heap golang memory pool☆60Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Go library that implements fs.FS for Postgres using Large Objects.☆61Updated last year
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Package with auto-vectorized math functions for Go☆24Updated 3 years ago
- Document Indexing and Searching Library in Go☆19Updated 5 years ago
- A Go implementation of an in-memory bloom filter, with support for boltdb and badgerdb as optional data persistent storage.☆28Updated 3 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆46Updated 3 months ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Load file-backed memory☆122Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Minimal perfect hashing in Go☆73Updated 2 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆74Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated 7 months ago
- ☆40Updated last month
- Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.☆38Updated 6 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- Allows to mark Go enum types as exhaustive.☆33Updated 9 months ago