Skip to content

Instantly share code, notes, and snippets.

@makenaw
Created March 3, 2022 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makenaw/a4df44711da5f8488e83160402ca3a5e to your computer and use it in GitHub Desktop.
Save makenaw/a4df44711da5f8488e83160402ca3a5e to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment