Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

diegocaro/compression

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.

About

Algorithms to compress sorted arrays of integers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages