Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.19 KB

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.