|
Slim numerical data compression 1.0
|
Implement classes encoder_runlength and decoder_runlength, used for data that have long stings of repeated values. More...
#include <iostream>#include <cassert>#include <climits>#include <cstdlib>#include <cmath>#include "slim.h"#include "slim_single_codec.h"Implement classes encoder_runlength and decoder_runlength, used for data that have long stings of repeated values.