Compression
Algorithms to compress sorted arrays of integers
Install / Use
/learn @diegocaro/CompressionREADME
This repository contains algorithms to compress sorted integers arrays in C, forked from Poly IR Toolkit http://code.google.com/p/poly-ir-toolkit/
The algorithms already coded are:
- Simple16
- PForDelta
More info on the header of each .c file.
Note: This code is not threads safe.
