dgraph-io / sroarLinks
Serialized Roaring Bitmaps
☆278Updated 2 years ago
Alternatives and similar repositories for sroar
Users that are interested in sroar are comparing it to the libraries listed below
Sorting:
- A Go library implementing a FST (finite state transducer)☆207Updated 9 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- Simple dense bitmap index in Go with binary operators☆355Updated 3 months ago
- Optimized functions for Go using SIMD☆191Updated 4 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆46Updated 7 months ago
- Fast Key-Value DB in Go☆132Updated last month
- mirror of https://caio.co/de/go-tdigest/☆116Updated last month
- Molecule is a Go library for parsing protobufs in an efficient and zero-allocation manner.☆413Updated last year
- An implementation of Ted Dunning's t-digest in Go.☆145Updated 2 years ago
- Cete is a distributed key value store server written in Go built on top of BadgerDB.☆244Updated 5 years ago
- Diodes are ring buffers manipulated via atomics.☆485Updated 3 weeks ago
- Assert your Go code is inlined and bounds-check eliminated☆309Updated 5 months ago
- Go implementations of the distributed quantile sketch algorithm DDSketch☆181Updated 3 weeks ago
- Adaptive Radix Trees implemented in Go☆400Updated 9 months ago
- A high performance memory-bound Go cache☆92Updated 2 weeks ago
- Go library to read/write Parquet files☆342Updated 2 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated 2 years ago
- Channels for gRPC: custom transports☆220Updated 5 months ago
- ☆122Updated 2 years ago
- Vector clock logging library for Go☆185Updated last year
- Go programming language port of liburing.☆111Updated 2 years ago
- TinyLFU cache admission policy