prestodb/presto

Provide ZStandard compressed release archives

Open

#21.320 aberto em 6 de nov. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Java (5.240 forks)batch import
buildfeature requestgood first issue

Métricas do repositório

Stars
 (15.558 stars)
Métricas de merge de PR
 (Mesclagem média 34d 14h) (120 fundiu PRs em 30d)

Description

ZStandard makes the release archives quite a bit smaller:

$ du -h presto-server-0.283.tar.gz
1.8G	presto-server-0.283.tar.gz

$ time gunzip -k presto-server-0.283.tar.gz -f
# about 4 s


# Compressed with `--ultra -22`, takes a couple of minutes
$ du -h presto-server-0.283.tar.zst
1.4G	presto-server-0.283.tar.zst

$ time unzstd presto-server-0.283.tar.zst -f
# about 1 s

Guia do colaborador