Slim numerical data compression
1.0
|
#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.