fmstephe / flibLinks
A set of experimental extensions to the go standard library
☆31Updated last year
Alternatives and similar repositories for flib
Users that are interested in flib are comparing it to the libraries listed below
Sorting:
- Probabilistic Data Structures for Go☆256Updated 7 years ago
- A file backed circular buffer for Go. Mmap file into memory. Madvise to lower memory footprint.☆81Updated 9 months ago
- Package htree implements the in-memory hash tree. Hacker News: https://news.ycombinator.com/item?id=11369676☆92Updated 2 years ago
- A counter data structure that knows when to start estimating to save space☆34Updated 7 years ago
- Sliding-LogLog-Beta☆37Updated 8 years ago
- S-Bitmap: Distinct Counting with a Self-Learning Bitmap☆37Updated 9 years ago
- Dremel DB Column Striping and Record Assembly Algorithms in Golang☆21Updated 12 years ago
- Bloom-filter based search index☆124Updated 3 years ago
- hokusai -- sketching streams in real-time☆78Updated 8 years ago
- pcg random number generator☆41Updated 3 years ago
- Implementation of the Jump Consistent Hash algorithm in Go.☆153Updated 10 years ago
- Go implementation of Count-Min-Log☆67Updated 5 months ago
- gtreap is an immutable treap implementation in the Go Language☆90Updated 3 years ago
- A Golang implementation of Bentley/McIlroy long string compression☆119Updated 10 months ago
- auto-generate capnproto schema from your golang source files. Depends on go-capnproto-1.0 at https://github.com/glycerine/go-capnproto☆64Updated 8 years ago
- Go translation of MetroHash☆110Updated 7 months ago
- HyperLogLog++ for Go☆43Updated 7 years ago
- Circular buffer backed by MMAPed file for golang☆92Updated 10 months ago
- Streaming approximate histograms in Go☆176Updated 4 years ago
- A variable length integer compression library for Golang☆24Updated 10 years ago
- Integer Compression Libraries for Go☆132Updated 7 years ago
- amd64 optimized bit operations☆41Updated 7 years ago
- gk: streaming quantiles☆45Updated 3 years ago
- Go implementation of xoroshiro128+ RNG