History log of /freebsd/sys/contrib/zlib/deflate.h (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# aea57ebc 20-Feb-2024 Xin LI <delphij@FreeBSD.org>

zlib: use more memory for a small deflate speedup.

The LIT_MEM option uses slightly more memory (for base gzip(1),
about 16kiB; according to the author, about 6% for default deflate
settings) for a

zlib: use more memory for a small deflate speedup.

The LIT_MEM option uses slightly more memory (for base gzip(1),
about 16kiB; according to the author, about 6% for default deflate
settings) for a small speedup.

The performance gain is more noticeable for input data with higher
entropy and less significant for data that is highly compressible,
such as source code and logs.

MFC after: 1 month

show more ...


# 6255c67c 18-Feb-2024 Xin LI <delphij@FreeBSD.org>

MFV: zlib 1.3.1.

MFC after: 1 week


Revision tags: release/14.0.0
# 4717628e 20-Aug-2023 Xin LI <delphij@FreeBSD.org>

MFV: zlib 1.3

Relnotes: yes
MFC after: 2 weeks


Revision tags: release/13.2.0
# e37bb444 17-Feb-2023 Xin LI <delphij@FreeBSD.org>

MFV: zlib 1.2.13.

Relnotes: yes
MFC after: 3 days


Revision tags: release/12.4.0, release/13.1.0
# cd882207 31-Mar-2022 Xin LI <delphij@FreeBSD.org>

MFV c144cc54795d: zlib 1.2.12.

MFC after: 3 days
Relnotes: yes


Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# 7648bc9f 13-May-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @347527

Sponsored by: The FreeBSD Foundation


# c9083b85 08-May-2019 Xin LI <delphij@FreeBSD.org>

Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.
This is a prerequisite of unifying kernel zlib instances.

Submitted by: Yoshihiro Ota <ota at j.email.ne.jp>
MFC after: 2 weeks

Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.
This is a prerequisite of unifying kernel zlib instances.

Submitted by: Yoshihiro Ota <ota at j.email.ne.jp>
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D20191

show more ...