nothings / single_file_libs

List of single-file C/C++ libraries.
8.86k stars 585 forks source link

Submission: zstd #213

Open felixhandte opened 3 years ago

felixhandte commented 3 years ago

Zstd is a widely-deployed, state-of-the-art compression algorithm. Although the library is developed in many source files (so as to, among other things, allow inclusion of different subsets of functionality), there is tooling to create a single compilation unit version of the library. Admittedly, it's not tiny, but it depends only on libc, and even that dependency is optional.