inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
885 stars 179 forks source link

Update Zstd to 1.4.8 #93

Closed data-man closed 3 years ago

data-man commented 3 years ago

Note: it's git-latest version.

jinfeihan57 commented 3 years ago
        The latest zstd version is 1.4.8 .Please update it. Thanks. On 12/19/2020 07:38, Dmitry Atamanov wrote: Note: it's git-latest version.

You can view, comment on, or merge this pull request online at:   https://github.com/inikep/lzbench/pull/93

Commit Summary

Update Zstd to 1.4.7

File Changes

M
zstd/CHANGELOG
(170)

M
zstd/README.md
(6)

M
zstd/lib/Makefile
(357)

M
zstd/lib/README.md
(28)

M
zstd/lib/common/bitstream.h
(14)

M
zstd/lib/common/compiler.h
(89)

M
zstd/lib/common/entropy_common.c
(14)

M
zstd/lib/common/error_private.c
(1)

M
zstd/lib/common/fse.h
(4)

M
zstd/lib/common/fse_decompress.c
(13)

M
zstd/lib/common/huf.h
(11)

M
zstd/lib/common/mem.h
(162)

M
zstd/lib/common/pool.c
(8)

M
zstd/lib/common/xxhash.c
(23)

M
zstd/lib/common/zstd_deps.h
(65)

M
zstd/lib/common/zstd_errors.h
(1)

M
zstd/lib/common/zstd_internal.h
(115)

M
zstd/lib/compress/fse_compress.c
(19)

M
zstd/lib/compress/hist.c
(18)

M
zstd/lib/compress/huf_compress.c
(292)

M
zstd/lib/compress/zstd_compress.c
(1475)

M
zstd/lib/compress/zstd_compress_internal.h
(137)

M
zstd/lib/compress/zstd_compress_sequences.c
(1)

M
zstd/lib/compress/zstd_compress_superblock.c
(8)

M
zstd/lib/compress/zstd_cwksp.h
(67)

M
zstd/lib/compress/zstd_double_fast.c
(44)

M
zstd/lib/compress/zstd_fast.c
(38)

M
zstd/lib/compress/zstd_lazy.c
(428)

M
zstd/lib/compress/zstd_lazy.h
(20)

M
zstd/lib/compress/zstd_ldm.c
(77)

M
zstd/lib/compress/zstd_ldm.h
(6)

M
zstd/lib/compress/zstd_opt.c
(225)

M
zstd/lib/compress/zstdmt_compress.c
(411)

M
zstd/lib/compress/zstdmt_compress.h
(132)

M
zstd/lib/decompress/huf_decompress.c
(295)

M
zstd/lib/decompress/zstd_ddict.c
(2)

M
zstd/lib/decompress/zstd_decompress.c
(115)

M
zstd/lib/decompress/zstd_decompress_block.c
(2)

M
zstd/lib/decompress/zstd_decompress_internal.h
(15)

M
zstd/lib/dictBuilder/cover.c
(12)

M
zstd/lib/dictBuilder/cover.h
(2)

M
zstd/lib/dictBuilder/fastcover.c
(2)

M
zstd/lib/dictBuilder/zdict.c
(13)

M
zstd/lib/dictBuilder/zdict.h
(2)

D
zstd/lib/dll/example/Makefile
(48)

D
zstd/lib/dll/example/README.md
(63)

D
zstd/lib/dll/example/build_package.bat
(20)

D
zstd/lib/dll/example/fullbench-dll.sln
(25)

D
zstd/lib/dll/example/fullbench-dll.vcxproj
(181)

M
zstd/lib/legacy/zstd_v01.c
(6)

M
zstd/lib/legacy/zstd_v02.c
(6)

M
zstd/lib/legacy/zstd_v03.c
(6)

M
zstd/lib/legacy/zstd_v04.c
(6)

M
zstd/lib/legacy/zstd_v05.c
(6)

M
zstd/lib/legacy/zstd_v06.c
(6)

M
zstd/lib/legacy/zstd_v07.c
(6)

M
zstd/lib/libzstd.pc.in
(6)

M
zstd/lib/zstd.h
(343)

Patch Links:

https://github.com/inikep/lzbench/pull/93.patch https://github.com/inikep/lzbench/pull/93.diff

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/inikep/lzbench/pull/93", "url": "https://github.com/inikep/lzbench/pull/93", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

data-man commented 3 years ago

Please update it.

Done. Also I deleted the lib dll. Maybe this also needs to be done for lz4.