mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
5488f0b2ca
We have an optimized version of zlib from the Chromium project. We need it for a lot of our libc services. It would be nice to export this to user applications if we can, since projects like llamafile are already depending on it under the private namespace, to avoid needing to link zlib twice. |
||
---|---|---|
.. | ||
api.h | ||
BUILD.mk | ||
crc32.c | ||
crc32.h | ||
crypt.c | ||
crypt.h | ||
crypt_.c | ||
deflate.c | ||
fileio.c | ||
fileio_.c | ||
globals.c | ||
LICENSE | ||
osdep.h | ||
README.cosmo | ||
revision.h | ||
tailor.h | ||
timezone.c | ||
timezone.h | ||
trees.c | ||
ttyio.c | ||
ttyio.h | ||
unix.c | ||
unix_.c | ||
util.c | ||
util_.c | ||
zbz2err.c | ||
zip.c | ||
zip.h | ||
zipcloak.c | ||
ziperr.h | ||
zipfile.c | ||
zipfile_.c | ||
zipnote.c | ||
zipsplit.c | ||
zipup.c | ||
zipup.h |
DESCRIPTION zip utility from Info-ZIP ORIGIN source code obtained as zip30.tar.gz http://infozip.sourceforge.net/Zip.html https://sourceforge.net/projects/infozip/files/ LOCAL CHANGES - Use Cosmopolitan's PCLMUL optimized CRC32 - Improve find_next_signature() performance using unlocked stdio