zentures / bitmapLinks
Bitmap Compression Library in Go
☆52Updated 12 years ago
Alternatives and similar repositories for bitmap
Users that are interested in bitmap are comparing it to the libraries listed below
Sorting:
- Bloom filters implemented in Go.☆147Updated 7 years ago
- A Golang implementation of Bentley/McIlroy long string compression☆119Updated last year
- Roaring Bitmaps - compressed bitmaps in Go☆48Updated 11 years ago
- Go implementation of skiplist, with search fingers☆33Updated 10 years ago
- Raft in-memory backend implementation with persistence☆85Updated 5 years ago
- An experimental KV store, which implements an LSM on top of Bolt segments.☆32Updated 9 years ago
- Streaming TopK estimates☆89Updated 4 years ago
- A package for Go that can be used for range queries on large number of intervals☆43Updated 8 years ago
- Minimal Perfect Hashing for Go☆191Updated last year
- A file backed circular buffer for Go. Mmap file into memory. Madvise to lower memory footprint.☆82Updated last year
- SSE-optimized group varint integer encoding☆39Updated 2 years ago
- gtreap is an immutable treap implementation in the Go Language☆92Updated 3 years ago
- Go implementation of Count-Min-Log☆69Updated 9 months ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 7 years ago
- Package mafsa implements Minimal Acyclic Finite State Automata in Go, essentially a high-speed, memory-efficient, Unicode-friendly set of…☆295Updated 6 years ago
- Integer Compression Libraries for Go☆134Updated 8 years ago
- Lock-free, non-blocking, concurrent queue on shared memory for Go