]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip writer: support multithreaded zstandard compression (#2391)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Sun, 15 Dec 2024 22:10:17 +0000 (23:10 +0100)
committerGitHub <noreply@github.com>
Sun, 15 Dec 2024 22:10:17 +0000 (23:10 +0100)
commitb0d48940f81858cf6602e5c09f41c7e0dc3a6621
tree95dda42eb5ef7df05ebad94749a3b0835b6c78e5
parent6516cd137eb5381b2f91773456c7069ba576034a
7zip writer: support multithreaded zstandard compression (#2391)

Command example:
bsdtar -cavf /tmp/foo.7z --options='compression=zstd,threads=4' *
libarchive/archive_write_set_format_7zip.c
libarchive/archive_write_set_options.3