tj / go-rle

Run-length encoding utils for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Run-length encoding utils for Go


Languages

Language:Go 100.0%