Skip to content

glampert/compression-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages