Created
March 3, 2022 00:37
-
-
Save makenaw/a4df44711da5f8488e83160402ca3a5e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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