Searched full:pigz (Results 1 – 8 of 8) sorted by relevance
1 # CMakeLists.txt -- Build madler/pigz against zlib variant6 # By default pigz will be linked against the system zlib and10 # https://github.com/zlib-ng/pigzbench/tree/master/pigz/win16 # PIGZ_VERSION - Set the version of pigz to build32 option(PIGZ_VERSION "Set the version of pigz to build" "")34 project(pigz LANGUAGES C) project58 # Fetch pigz source code from official repository64 FetchContent_Declare(pigz65 GIT_REPOSITORY https://github.com/madler/pigz.git67 FetchContent_MakeAvailable(pigz)[all …]
3 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.gz46 time pigz -d -p 4 -k -c silesia.tar.gz > /dev/null48 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…
1 name: CI Pigz37 # Use v2.6 due to NOTHREADS bug https://github.com/madler/pigz/issues/9770 cd test/pigz80 cd test/pigz85 cd test/pigz
225 * Python tool to benchmark pigz https://github.com/zlib-ng/pigzbench
495 - Remove examples/pigz.c (available separately)544 - Add pigz.c (parallel implementation of gzip) to examples/
1088 para = 'pigz'