5 ms·
An interesting unintentional benchmark is to go to https://github.com/iczelia/bzip3/releases https://github.com/iczelia/bzip3/releases and see to what degree bz
by JdeBP 10d ago
An interesting unintentional benchmark is to go to https://github.com/iczelia/bzip3/releases https://github.com/iczelia/bzip3/releases and see to what degree bzip3 compresses its own release archives; and go to https://github.com/iczelia/bzip3/blob/master/.github/workflows/release.yml#L23 https://github.com/iczelia/bzip3/blob/master/.github/workflo... to see what options have been chosen for the other compressors here.
- alerque 7d agoAs the one who contributed the autotools build system and CI job for posting source tarballs in various formats, I can assure you it was not "unintentional". Distributing that many different compression formats for the same source archive and even including an uncompressed version of the same archive has little practical purpose except benchmarking / demonstration.