fmstephe / flibLinks
A set of experimental extensions to the go standard library
☆30Updated last year
Alternatives and similar repositories for flib
Users that are interested in flib are comparing it to the libraries listed below
Sorting:
- A counter data structure that knows when to start estimating to save space☆35Updated 7 years ago
- Go implementation of Count-Min-Log☆67Updated 4 months ago
- gk: streaming quantiles☆45Updated 3 years ago
- A file backed circular buffer for Go. Mmap file into memory. Madvise to lower memory footprint.☆81Updated 8 months ago
- hokusai -- sketching streams in real-time☆78Updated 8 years ago
- Probabilistic Data Structures for Go☆256Updated 7 years ago
- Sliding-LogLog-Beta☆37Updated 8 years ago
- A high-performance, memory-efficient concurrent hash table☆36Updated 11 years ago
- HyperLogLog in golang☆25Updated 7 years ago
- gtreap is an immutable treap implementation in the Go Language☆90Updated 3 years ago
- Automatic codegen for encoding/binary marshaling☆17Updated 10 years ago
- Package htree implements the in-memory hash tree. Hacker News: https://news.ycombinator.com/item?id=11369676☆92Updated 2 years ago
- auto-generate capnproto schema from your golang source files. Depends on go-capnproto-1.0 at https://github.com/glycerine/go-capnproto☆65Updated 8 years ago
- A high performance lock free map type for go.☆19Updated 7 years ago
- S-Bitmap: Distinct Counting with a Self-Learning Bitmap☆37Updated 9 years ago
- Package stats defines a lightweight interface for collecting statistics.☆64Updated 9 years ago
- Circular buffer backed by MMAPed file for golang