|
|
|
|
|
by nigeltao
1675 days ago
|
|
> Several times the compression/decompression speed of gzip Just be careful that you're comparing against the best implementation of gzip. One recent re-implementation of zcat was 3.1x faster than /bin/zcat (and the CRC-32 implementation within was 7.3x faster than /bin/crc32). Both programs decode exactly the same file format. They're just different implementations. For details, see:
https://nigeltao.github.io/blog/2021/fastest-safest-png-deco... |
|