Sam Russell wrote:
> Patch attached to mark functions in crc.c and crc-generate-tables.c as
> static, GZIP now builds

The patch looks good to me. Simon?

> $ time ./gzip_old -d -k large_file.gz -c > /dev/null
> 
> real    0m0.491s
> user    0m0.491s
> sys     0m0.000s
> 
> $ time ./gzip_new -d -k large_file.gz -c > /dev/null
> 
> real    0m0.313s
> user    0m0.304s
> sys     0m0.010s

Thanks for redoing these measurements. It matches the expectations from
<https://lists.gnu.org/archive/html/bug-gnulib/2024-10/msg00074.html>.

Bruno




Reply via email to