# Arch Linux 가 패키지 압축 도구를 xz에서 Zstandard로 교체

> Clean Markdown view of GeekNews topic #1227. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1227](https://news.hada.io/topic?id=1227)
- GeekNews Markdown: [https://news.hada.io/topic/1227.md](https://news.hada.io/topic/1227.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-01-06T09:47:48+09:00
- Updated: 2020-01-06T09:47:48+09:00
- Original source: [archlinux.org](https://www.archlinux.org/news/now-using-zstandard-instead-of-xz-for-package-compression/)
- Points: 6
- Comments: 2

## Topic Body

xz (.pkg.tar.xz) -> zstd (.pkg.tar.zst)

압축된 사이즈는 0.8% 정도 증가하지만, 압축 해제 속도가 ~1300% 까지 빨라진다고.

* Zstandard 는 페이스북이 공개한 오픈소스 압축 알고리즘

## Comments



### Comment 859

- Author: kunggom
- Created: 2020-01-06T10:05:23+09:00
- Points: 1

Zstandard가 소개된 글인 [압축 알고리즘 르네상스] :

https://news.hada.io/topic?id=1228

### Comment 857

- Author: xguru
- Created: 2020-01-06T09:48:00+09:00
- Points: 1

ZStandard : https://facebook.github.io/zstd/
