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 last month
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years 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
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Doppio is a fast LRU cache on top of Ristretto, Redcon, and Evio. Support for the Redis protocol.☆116Updated 5 years ago
- Persist to disk channel for Go.☆47Updated 8 years ago
- An (almost) compliant XPath 1.0 library.☆47Updated last year
- Linter for finding defer statements in Go loops☆32Updated 5 years ago
- Document Indexing and Searching Library in Go☆19Updated 5 years ago
- An inverted bitmap index written in Go.☆27Updated 2 years ago
- ☆28Updated 3 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- Go library that implements fs.FS for Postgres using Large Objects.☆61Updated last year
- A JSON stream parser for Go☆67Updated 2 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 2 years ago
- Generates automatically a Reset() method☆35Updated 7 years ago
- simple data streams for go☆31Updated 2 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 3 years ago
- Compile Go regular expressions to Go code☆96Updated 3 years ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated 8 months ago
- Radio is a library for creating RESP (REdis Serialization Protocol) comaptible services.☆31Updated 5 years ago
- ansi contains a bunch of constants and possibly additional terminal related functionality in the future.☆15Updated 5 years ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.☆38Updated 7 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated 11 months ago
- A simple library that allows a network server to limit how may concurrent connections it supports from each client IP.☆52Updated this week
- Intern Go strings☆95Updated last year