Categorygithub.com/tj/go-rle
repositorypackage
0.0.0-20180508204109-877ab66bb189
Repository: https://github.com/tj/go-rle.git
Documentation: pkg.go.dev

# README

go-rle

Go Run-length encoding (currently just ints). RLE is great for data with low cardinality, for example a log severity enum is an especially good use-case as most logs are INFO, many millions of points can be compressed to a few bytes.

Badges

GoDoc


tjholowaychuk.com  ·  GitHub @tj  ·  Twitter @tjholowaychuk