agnivade / pgm
A Go implementation of the PGM index
☆15Updated 2 years ago
Alternatives and similar repositories for pgm:
Users that are interested in pgm are comparing it to the libraries listed below
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- A Stream VByte implementation in Go leveraging SIMD techniques☆16Updated 3 years ago
- 64-bit Roaring Bitmaps in Go☆52Updated 2 years ago
- Fast integer map for uint32-to-uint32☆28Updated 5 months ago
- An inverted bitmap index written in Go.☆27Updated last year
- Fast Scalable Minimal Perfect Hash for Large Keysets☆32Updated 2 months ago
- Simple Go library for executing lots of operations spread over any number of threads☆73Updated last year
- simple data streams for go☆31Updated 2 years ago
- This returns the name of the calling function/package with no allocations.☆14Updated last year
- An offheap memory allocator for manual memory management in Golang☆12Updated 2 months ago
- ☆18Updated 4 years ago
- Reference implementations for golang/go#38203 and golang/go#19367.☆26Updated 3 years ago
- SQLite or SQL-92 Parser implemented in Go☆18Updated 5 years ago
- Key/Value database benchmark☆26Updated 5 years ago
- A port of Stream VByte to Go☆35Updated 3 years ago
- Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package☆35Updated 6 months ago
- Sorting with progress☆10Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Scheduler of events for near real-time systems☆24Updated last year
- Simple Interprocess Plugins for Go☆17Updated 5 years ago
- Google FlatBuffers low-latency binary data constrained as tables with easy code generation.Updated 5 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Simple and efficient WAL implementation in Go 🚀☆60Updated 11 months ago
- Many queue implementations with a test-suite☆11Updated 2 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- Replicated key-value store driven by the raft consensus protocol☆30Updated 6 years ago
- A service for managing locks in multiprocess/distributed systems