Comment on Many times faster (de)compression using multiple processors.parentComments−alecco14yFor that kind of data you can just use RLE instead. It's the trivial case (an edge case in fact).
Comments
For that kind of data you can just use RLE instead. It's the trivial case (an edge case in fact).