bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67022: Gzip decompression can be 60% faster using zlib's CRC32


From: wrotycz
Subject: bug#67022: Gzip decompression can be 60% faster using zlib's CRC32
Date: Thu, 14 Mar 2024 02:14:54 +0100
User-agent: GWP-Draft

I tried to implement this slice-by-8 CRC but couldn't do it the way I 
wanted - without bloated zlib tables and stuff. Maybe because I don't get 
what updcrc(), getcrc(), setcrc() are and what they actually do. The whole 
program is magical, there is no way to find do_de/compress(), nor anything like 
that, so it was difficult to actually find relevant code. But anyway, for a 
start I manged to make `makecrcs8.c' to generate CRCs lookup table 
(attached).   Regards  wrotycz

Attachment: makecrcs8.c
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]