Slim numerical data compression 1.0
slim_codec_runlength.cpp File Reference

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"

Detailed Description

Implement classes encoder_runlength and decoder_runlength, used for data that have long stings of repeated values.