libdeflate is a library for fast, whole-buffer DEFLATE-based
compression and decompression.
The supported formats are:
DEFLATE (raw)
zlib (a.k.a. DEFLATE with a zlib wrapper)
gzip (a.k.a. DEFLATE with a gzip wrapper)
libdeflate is heavily optimized. It is significantly faster than the
zlib library, both for compression and decompression, and especially
on x86 and ARM processors. In addition, libdeflate provides optional
high compression modes that provide a better compression ratio than
the zlib's "level 9".
As well as installing a shared library, the cmake recipe installs a
static library (libdeflate.a) which is usually not kept in the final
package. If it is required to be kept in the final package, run the
SlackBuild with the environment variable KEEP_STATIC_LIB=yes e.g.
KEEP_STATIC_LIB=yes bash libdeflate.SlackBuild
Maintained by: Christoph Willing
Keywords: compression,decompression,libdeflate
ChangeLog: libdeflate
Homepage:
https://github.com/ebiggers/libdeflate
Download SlackBuild:
libdeflate.tar.gz
libdeflate.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
| Individual Files: |
| README |
| libdeflate.SlackBuild |
| libdeflate.info |
| slack-desc |
© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds