This repository was archived by the owner on Jun 4, 2021. It is now read-only.
diegocaro/compression
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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.