pfalcon / uzlib

Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
Other
303 stars 82 forks source link

Amalgamated source files #39

Closed degaart closed 2 years ago

degaart commented 2 years ago

Hello, I have a repo other here which has modifications permitting generation of amalgamated sources (akin to sqlite3) if it interests you. It permits using uzlib by including only one header file and one source file into a project.

pfalcon commented 2 years ago

Thanks for dropping a line. I personally don't like "amalgamated sources" as IMHO they go against the spirit and nature of Open Source, as they're effectively means to obfuscate the sources, making it harder for people to study, modify, and contribute back the useful changes. Obviously, as anybody else in the industry, I deal with them at my (paid) job, but not in my own free time.