Home
last modified time | relevance | path

Searched full:pigz (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/test/GH-979/
Dpigz-2.6.tar.gz
/external/rust/crates/libz-sys/src/zlib-ng/test/pigz/
DCMakeLists.txt1 # CMakeLists.txt -- Build madler/pigz against zlib variant
6 # By default pigz will be linked against the system zlib and
10 # https://github.com/zlib-ng/pigzbench/tree/master/pigz/win
16 # PIGZ_VERSION - Set the version of pigz to build
32 option(PIGZ_VERSION "Set the version of pigz to build" "")
34 project(pigz LANGUAGES C) project
58 # Fetch pigz source code from official repository
64 FetchContent_Declare(pigz
65 GIT_REPOSITORY https://github.com/madler/pigz.git
67 FetchContent_MakeAvailable(pigz)
[all …]
/external/zstd/contrib/pzstd/
DREADME.md3 Parallel Zstandard is a Pigz-like tool for Zstandard.
34 As a reference, PZstandard and Pigz were compared on an Intel Core i7 @ 3.1 GHz, each using 4 threa…
45 time pigz -# -p 4 -k -c silesia.tar > silesia.tar.gz
46 time pigz -d -p 4 -k -c silesia.tar.gz > /dev/null
48 PZstandard was tested using compression levels 1-19, and Pigz was tested using compression levels 1…
49 Pigz cannot do parallel decompression, it simply does each of reading, decompression, and writing o…
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dpigz.yml1 name: CI Pigz
37 # Use v2.6 due to NOTHREADS bug https://github.com/madler/pigz/issues/97
70 cd test/pigz
80 cd test/pigz
85 cd test/pigz
/external/rust/crates/libz-sys/src/zlib-ng/
DREADME.md225 * Python tool to benchmark pigz https://github.com/zlib-ng/pigzbench
/external/rust/crates/libz-sys/src/zlib/
DChangeLog495 - Remove examples/pigz.c (available separately)
544 - Add pigz.c (parallel implementation of gzip) to examples/
/external/python/cpython2/Modules/zlib/
DChangeLog495 - Remove examples/pigz.c (available separately)
544 - Add pigz.c (parallel implementation of gzip) to examples/
/external/autotest/utils/frozen_chromite/lib/
Dcros_build_lib.py1088 para = 'pigz'