glampert / compression-algorithms

C++ implementations of common data compression algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compression Algorithms

C++11 implementations of common data compression algorithms.

License:

Public Domain. Source code in this repository is provided "as is", without warranty of any kind, express or implied. No attribution is required, but a mention about the author is appreciated.


These libraries are header only and self contained. You have to include the .hpp in one source file and define XYZ_IMPLEMENTATION to generate the implementation code in that source file. After that, the header file can be used as a normal C++ header. This is the same design of the stb libraries.

See tests.cpp for some usage examples.

About

C++ implementations of common data compression algorithms.


Languages

Language:C++ 100.0%