Bzip3: A spiritual successor to BZip2
github.com
Bzip3: A spiritual successor to BZip2
1–10 of 181 posts
Re: Bzip3: A spiritual successor to BZip2
#2 The results follow:
xz -T16 -9 -k - 2'056'645'240 bytes (c=12m09s, d=4m40s)
bzip2 -9 -k - 3'441'163'911 bytes (c=17m16s, d=9m22s)
bzip3 -b 256 - 1'001'957'587 bytes (c=7m10s, d=4m6s? Unclear on source page)
bzip3 -b 511 - 546'456'978 bytes (c=7m08s, d=4m6s? Unclear)
zstd -T12 -16 - 3'076'143'660 bytes (c=6m32s, d=3m51s)
edit: Adding times and compression levelsRe: Bzip3: A spiritual successor to BZip2
#3Re: Bzip3: A spiritual successor to BZip2
#4It's a fantastic bit of algorithmic magic that will always impress me to see it.
Re: Bzip3: A spiritual successor to BZip2
#5Highlight (benchmark of Perl source code): The results follow: xz -T16 -9 -k - 2'056'645'240 bytes (c=12m09s, d=4m40s) bzip2 -9 -k - 3'441'163'911 bytes (c=17m16s, d=9m22s) bzip3 -b 256 - 1'001'957'587 bytes (c=7m10s, d=4m6s? Unclear on source page) bzip3 -b 511 - 546'456'978 bytes (c=7m08s, d=4m6s? Unclear) zstd -T12 -16 - 3'076'143'660 bytes (c=6m32s, d=3m51s) edit: Adding times and compression levels
What makes Perl source benchmark special? Deduplication?
Re: Bzip3: A spiritual successor to BZip2
#6Highlight (benchmark of Perl source code): The results follow: xz -T16 -9 -k - 2'056'645'240 bytes (c=12m09s, d=4m40s) bzip2 -9 -k - 3'441'163'911 bytes (c=17m16s, d=9m22s) bzip3 -b 256 - 1'001'957'587 bytes (c=7m10s, d=4m6s? Unclear on source page) bzip3 -b 511 - 546'456'978 bytes (c=7m08s, d=4m6s? Unclear) zstd -T12 -16 - 3'076'143'660 bytes (c=6m32s, d=3m51s) edit: Adding times and compression levels
In Linux source benchmark results are interestingly more equal, LZMA still holding up well. What makes Perl source benchmark special? Deduplication?
Re: Bzip3: A spiritual successor to BZip2
#7Highlight (benchmark of Perl source code): The results follow: xz -T16 -9 -k - 2'056'645'240 bytes (c=12m09s, d=4m40s) bzip2 -9 -k - 3'441'163'911 bytes (c=17m16s, d=9m22s) bzip3 -b 256 - 1'001'957'587 bytes (c=7m10s, d=4m6s? Unclear on source page) bzip3 -b 511 - 546'456'978 bytes (c=7m08s, d=4m6s? Unclear) zstd -T12 -16 - 3'076'143'660 bytes (c=6m32s, d=3m51s) edit: Adding times and compression levels
Using the results from the readme, seems like bzip3 performs competitively with zstd on both counts.
Re: Bzip3: A spiritual successor to BZip2
#8Highlight (benchmark of Perl source code): The results follow: xz -T16 -9 -k - 2'056'645'240 bytes (c=12m09s, d=4m40s) bzip2 -9 -k - 3'441'163'911 bytes (c=17m16s, d=9m22s) bzip3 -b 256 - 1'001'957'587 bytes (c=7m10s, d=4m6s? Unclear on source page) bzip3 -b 511 - 546'456'978 bytes (c=7m08s, d=4m6s? Unclear) zstd -T12 -16 - 3'076'143'660 bytes (c=6m32s, d=3m51s) edit: Adding times and compression levels
To make your comment more useful you’ll want to include compression and decompression time. Using the results from the readme, seems like bzip3 performs competitively with zstd on both counts.
Re: Bzip3: A spiritual successor to BZip2
#9Please, no. What's next ? BZip4 and BZip5, each one incompatible with each other ?
Re: Bzip3: A spiritual successor to BZip2
#10Earlier quoted context omitted.
To make your comment more useful you’ll want to include compression and decompression time. Using the results from the readme, seems like bzip3 performs competitively with zstd on both counts.
Also the compression levels..