COMMITS
/ programs/zstdcli.c September 2, 2025
Y
fixed minor unused variable warning
Yann Collet committed
Y
benchmark uses 1 thread by default
Yann Collet committed
Y
only display nbThread Msg in nbThreads > 1
Yann Collet committed
Y
specify nb of threads used during benchmarking
Yann Collet committed
Y
fixed -T# documentation in zstd -H
Yann Collet committed
May 9, 2025
S
update `--rm` cmd help info
shixuantong committed
March 25, 2025
Y
better naming
Yann Collet committed
Y
add --patch-apply command
Yann Collet committed
March 11, 2025
Y
fix minor unused variable warning
Yann Collet committed
Y
warn when requesting decompression with multiple threads
Yann Collet committed
March 10, 2025
Y
fix FreeBSD
Yann Collet committed
Y
removed useless assert()
Yann Collet committed
Y
fix #4332: setting ZSTD_NBTHREADS=0 via environment variables
Yann Collet committed
March 6, 2025
N
Add a method for checking if ZSTD was compiled with flags that impact determinism
Nick Terrell committed
March 4, 2025
Y
update fileio to employ jobSize
Yann Collet committed
Y
update cli-tests
Yann Collet committed
Y
changed -B# command into --jobsize
Yann Collet committed
Y
convert benchmark unit to use the new naming scheme
Yann Collet committed
Y
changed command --blocksize into --split
Yann Collet committed
February 10, 2025
Y
Merge pull request #4289 from facebook/autoultra
Yann Collet committed
Y
disable --max in 32-bit mode
Yann Collet committed
Y
adjusted mml heuristic
Yann Collet committed
February 9, 2025
Y
added a new --max command
Yann Collet committed
Y
--ultra automatically triggered with --long and --patch-from
Yann Collet committed
January 12, 2025
Y
bench: nb threads specified with -v
Yann Collet committed
December 11, 2024
Y
codemod: ZSTD_paramSwitch_e -> ZSTD_ParamSwitch_e
Yann Collet committed
December 10, 2024
Y
publish new symbol ZSTD_compressSequencesAndLiterals()
Yann Collet committed
December 12, 2024
D
Change CLI to employ multithreading by default (#4211)
daniellerozenblit committed
November 20, 2024
D
Fix printing of filesize if >4GB
Dimitrios Apostolou committed
October 23, 2024
Y
improve man page on benchmark mode
Yann Collet committed
October 22, 2024
Y
Modify benchmark to only load sources once
Yann Collet committed
September 25, 2024
Y
update documentation to specify that Dictionary can be used for benchmark
Yann Collet committed
March 11, 2024
Y
added tests
Yann Collet committed
February 25, 2024
Y
removed sprintf usage from zstdcli.c
Yann Collet committed
February 23, 2024
Y
benchmark more can test targetCBlockSize
Yann Collet committed
January 29, 2024
Y
add a lorem ipsum generator
Yann Collet committed
December 16, 2023
R
cli: better errors on arguent parsing
Ruslan Sayfutdinov committed
April 6, 2023
D
Add new line + [no-] to mmap-dict help output (#3601)
daniellerozenblit committed
March 9, 2023
Y
Merge pull request #3526 from facebook/bench_zstd_api
Yann Collet committed
D
Merge pull request #3486 from daniellerozenblit/patch-from-low-memory-mode
daniellerozenblit committed
March 8, 2023
D
ability to disable mmap + struct to manage FIO dictionary
Danielle Rozenblit committed
March 6, 2023
Y
simplified BMK_benchFilesAdvanced()
Yann Collet committed
Y
minor: fixed zlib wrapper internal benchmark
Yann Collet committed
Y
simplify BMK_syntheticTest()
Yann Collet committed
February 18, 2023
D
Fix typos found by codespell
Dimitri Papadopoulos committed
February 14, 2023
D
add manual flag to mmap dictionary
Danielle Rozenblit committed
February 9, 2023
D
initial commit
Danielle Rozenblit committed
February 7, 2023
Y
return error code when benchmark fails
Yann Collet committed