Skip to content

Instantly share code, notes, and snippets.

Algorithm Compression Options Upstream Link
zlib golang default level https://pkg.go.dev/compress/zlib
zstd Level 3 http://facebook.github.io/zstd/
LZW LSB, 8 https://pkg.go.dev/compress/lzw
Brotli Level 6 https://github.com/google/brotli
ZLE n/a https://github.com/ethereum/pyethereum/blob/develop-snapshot/ethereum/compress.py
Algorithm Mode Dictionary? Compression Rate Estimated Fee Savings
zlib batches no 40.13% 42.67%
zlib batches yes 39.61% 43.41%
zstd batches no 40.12% 42.68%
zstd batches yes 37.31% 46.70%
LZW batches no 62.24% 11.09%
Brotli batches no 39.21% 43.99%
ZLE batches no 59.37% 15.18%
Algorithm Mode Dictionary? Compression Rate Estimated Fee Savings
zlib total no 38.40% 45.14%
zlib total yes 38.40% 45.14%
zstd total no 35.92% 48.68%
zstd total yes 36.19% 48.31%
LZW total no 62.30% 11.00%
Brotli total no 34.41% 50.84%
ZLE total no 59.37% 15.18%
Algorithm Mode Dictionary? Compression Rate Estimated Fee Savings
zlib transaction no 63.97% 8.61%
zlib transaction yes 59.33% 15.24%
zstd transaction no 62.87% 10.18%
zstd transaction yes 48.31% 30.99%
LZW transaction no 68.29% 2.44%
Brotli transaction no 65.78% 6.02%
ZLE transaction no 59.37% 15.18%
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
Algorithm Mode Dictionary? Compression Rate Estimated Fee Savings
zlib transaction no 63.97% 8.61%
zlib transaction yes 59.33% 15.24%
zstd transaction no 62.87% 10.18%
zstd transaction yes 48.31% 30.99%
LZW transaction no 68.29% 2.44%
Brotli transaction no 65.78% 6.02%
ZLE transaction no 59.37% 15.18%