]> wimlib.net Git - wimlib/commit
[EXPERIMENTAL, FOR BENCHMARKING ONLY] Zstandard compression support zstd_support
authorEric Biggers <ebiggers3@gmail.com>
Wed, 2 May 2018 03:40:55 +0000 (20:40 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 2 May 2018 04:17:05 +0000 (21:17 -0700)
commite818abd9ebbf3abc781dae0f85963941634271e6
tree2b293d3d3bd25620085618ca43ddfab9c58561f1
parent06be73db2299bf580cfc4197099bce8547472825
[EXPERIMENTAL, FOR BENCHMARKING ONLY] Zstandard compression support
14 files changed:
Makefile.am
configure.ac
include/wimlib.h
include/wimlib/compressor_ops.h
include/wimlib/decompressor_ops.h
include/wimlib/header.h
programs/imagex.c
src/compress.c
src/decompress.c
src/header.c
src/wim.c
src/write.c
src/zstd_compress.c [new file with mode: 0644]
src/zstd_decompress.c [new file with mode: 0644]