pkgsrc/archivers/zstd/patches
adam 6b07db3c29 zstd: updated to 1.5.1
v1.5.1 (Dec, 2021)
perf: rebalanced compression levels, to better match the intended speed/level curve, by @senhuang42
perf: faster huffman decoder, using x64 assembly, by @terrelln
perf: slightly faster high speed modes (strategies fast & dfast), by @felixhandte
perf: improved binary size and faster compilation times, by @terrelln
perf: new row64 mode, used notably in level 12, by @senhuang42
perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42
perf: minor compression ratio improvements for small data at high levels, by @cyan4973
perf: reduced stack usage (mostly useful for Linux Kernel), by @terrelln
perf: faster compression speed on incompressible data, by @bindhvo
perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a small cost of performance, by @bindhvo
build: allows hiding static symbols in the dynamic library, using build macro, by @skitt
build: support for m68k (Motorola 68000's), by @cyan4973
build: improved AIX support, by @Helflym
build: improved meson unofficial build, by @eli-schwartz
cli : custom memory limit when training dictionary
cli : report advanced parameters information when compressing in very verbose mode (``-vv`)
2022-01-19 06:02:25 +00:00
..
patch-lib_Makefile zstd: updated to 1.5.1 2022-01-19 06:02:25 +00:00
patch-Makefile zstd: updated to 1.5.1 2022-01-19 06:02:25 +00:00
patch-tests_Makefile zstd: add more patches to let test runs progress further. 2021-02-27 16:40:59 +00:00
patch-tests_playTests.sh zstd: Update to 1.4.9 2021-04-05 10:12:38 +00:00
patch-zlibWrapper_examples_minigzip.c zstd: Fix build on SunOS. Requires GNU grep. 2018-10-17 08:59:16 +00:00