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 fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Fast integer map for uint32-to-uint32☆32Updated 6 months ago
- Expression evaluator for Go☆78Updated last week
- fast int64-int64 map for go☆99Updated 2 months ago
- package lingo provides the data structures and algorithms required for natural language processing☆158Updated 2 years 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☆142Updated 4 months ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 6 years ago
- Storing strings without GC overhead☆84Updated 3 weeks ago
- Load file-backed memory☆122Updated 3 years ago
- Pure Go SQL parser☆173Updated last month
- ☆28Updated 4 years ago
- Compile Go regular expressions to Go code☆96Updated 4 months ago
- Intern Go strings☆97Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Doppio is a fast LRU cache on top of Ristretto, Redcon, and Evio. Support for the Redis protocol.☆116Updated 6 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆47Updated last month
- Document Indexing and Searching Library in Go☆19Updated 5 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 3 years ago
- A Go io/fs filesystem implementation for reading files in Github gists.☆124Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- doc2vec , word2vec, implemented by golang. word embedding representation☆41Updated 7 years ago
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆66Updated 3 years ago
- go-judy is a Go language wrapper of the Judy array implementation at http://judy.sourceforge.net.☆29Updated 12 years ago
- Simple expression evaluation engine for Go☆72Updated 5 years ago
- Thread-safe concurrent maps for go.☆25Updated 6 years ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated last year