dev-libs / libslz

Stateless, zlib-compatible, and very fast compression library

Official package sites : http://1wt.eu/projects/libslz ·

SLZ is a fast and memory-less stream compressor which produces an output that can be decompressed with zlib or gzip. It does not implement decompression at all, zlib is perfectly fine for this. The purpose is to use SLZ in situations where a zlib-compatible stream is needed and zlib's resource usage would be too high while the compression ratio is not critical. The typical use case is in HTTP servers and gateways which have to compress many streams in parallel with little CPU resources to assign to this task, and without having to thottle the compression ratio due to the memory usage. In such an environment, the server's memory usage can easily be divided by 10 and the CPU usage by 3

v1.2.0-r1 :: 0/1 :: gentoo

Modified
License
MIT
Keywords
amd64 arm arm64 ppc x86
USE flags
tools

General

tools
Install additional tools (zenc, zdec)
Repository mirror & CI · gentoo
Merge updates from master
Matoro Mahri · gentoo
dev-libs/libslz: Stabilize 1.2.0-r1 arm64, #900737
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-libs/libslz: drop 1.1.0
Bug: https://bugs.gentoo.org/878551 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
dev-libs/libslz: Stabilize 1.2.0-r1 ppc, #878551
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-libs/libslz: Stabilize 1.2.0-r1 amd64, #878551
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-libs/libslz: Stabilize 1.2.0-r1 x86, #878551
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-libs/libslz: Stabilize 1.2.0-r1 arm, #878551
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-libs/libslz: drop multilib, static-libs, EAPI 8
No multilib or static-libs reverse dependencies. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Christian Ruppert · gentoo
dev-libs/libslz: Version bump to 1.2.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Stephen Klimaszewski · gentoo
dev-libs/libslz: add ~arm64, closes bug #685992
Thanks to bertrand for filing the bug. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
Agostino Sarubbo · gentoo
dev-libs/libslz: x86 stable wrt bug #611184
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
dev-libs/libslz: amd64 stable wrt bug #611184
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Michael Weber · gentoo
dev-libs/libslz: arm ppc stable (bug 611184).
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Christian Ruppert · gentoo
dev-libs/libslz: Add myself as maitainer. Use tbz2 instead of tgz. Fix library installation by prepend /usr prefix
Package-Manager: portage-2.3.1
Bertrand Jacquin · gentoo
dev-libs/libslz: stateless, zlib-compatible, and very fast compression library
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2293 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>