zentures / bitmapLinks
Bitmap Compression Library in Go
☆52Updated 11 years ago
Alternatives and similar repositories for bitmap
Users that are interested in bitmap are comparing it to the libraries listed below
Sorting:
- A Golang implementation of Bentley/McIlroy long string compression☆119Updated last year
- Go implementation of skiplist, with search fingers☆33Updated 10 years ago
- Bloom filters implemented in Go.☆147Updated 7 years ago
- Go implementation of Count-Min-Log☆68Updated 8 months ago
- Roaring Bitmaps - compressed bitmaps in Go☆47Updated 11 years ago
- Minimal Perfect Hashing for Go☆190Updated last year
- gtreap is an immutable treap implementation in the Go Language☆90Updated 3 years ago
- Raft in-memory backend implementation with persistence☆85Updated 5 years ago
- A package for Go that can be used for range queries on large number of intervals☆42Updated 8 years ago
- github.com/cznic/lldb has moved to modernc.org/lldb☆33Updated 6 years ago
- A file backed circular buffer for Go. Mmap file into memory. Madvise to lower memory footprint.☆81Updated last year
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- A collection of well-known string hash functions, implemented in Go☆68Updated 7 years ago
- I'm trying to learn how to use ragel in Go libraries. As I'm implementing things for practice I'll add them here. I'll be using Go 1.1, t…☆65Updated 12 years ago
- CRC32 hash with x64 optimizations☆78Updated 3 months ago
- A Trie (Prefix Index) implementation in golang.☆70Updated last year
- An experimental KV store, which implements an LSM on top of Bolt segments.