snappy
Snappy is a compression/decompression library. It does not aim for
Install
- All systems
-
curl cmd.cat/snappy.sh
- Debian
-
apt-get install snappy
- Ubuntu
-
apt-get install snappy
- Alpine
-
apk add snappy
- Arch Linux
-
pacman -S snappy
- CentOS
-
yum install snappy
- Fedora
-
dnf install snappy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install snappy
- OS X
-
brew install snappy
- Raspbian
-
apt-get install snappy
- Dockerfile
- dockerfile.run/snappy
- Docker
-
docker run cmd.cat/snappy snappy
powered by Commando
snappy
Snappy is a compression/decompression library. It does not aim for
maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger.