]> git.ipfire.org Git - thirdparty/zstd.git/commit
add a lorem ipsum generator
authorYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 23:00:32 +0000 (15:00 -0800)
committerYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 23:00:32 +0000 (15:00 -0800)
commitd0b7da30e26406c7ece2bf538a70410e80b9de9f
treef6af6ed15319caa5cfd9b66d2dddbd4550d094cd
parenta7b4dafa0323441f485c2387fd1904da67f386a1
add a lorem ipsum generator

this generator replaces the statistical generator
for the general case when no statistic is requested.

Generated data features a compression level speed / ratio curve
which is more in line with expectation.
programs/benchzstd.c
programs/benchzstd.h
programs/lorem.c [new file with mode: 0644]
programs/lorem.h [new file with mode: 0644]
programs/zstdcli.c