# pigz - gzip 의 병렬 구현체 오픈소스

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7644](https://news.hada.io/topic?id=7644)
- GeekNews Markdown: [https://news.hada.io/topic/7644.md](https://news.hada.io/topic/7644.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-10-22T10:20:01+09:00
- Updated: 2022-10-22T10:20:01+09:00
- Original source: [github.com/madler](https://github.com/madler/pigz)
- Points: 13
- Comments: 1

## Topic Body

- 최신 멀티 프로세서 / 멀티 코어 머신을 위한 구현체   
- C 코드이며, zlib/pthread 가 지원되는 Unix 스타일 OS용으로 Portable  
- 코드는 상용 어플리케이션에서도 마음대로 사용 가능

## Comments



### Comment 12845

- Author: loblue
- Created: 2022-10-25T10:45:15+09:00
- Points: 1

https://github.com/kjn/lbzip2  
bz2 는 lbzip2 로 병렬 압축, 해제 가능 합니다.  
사용법 : tar -I lbzip2 -xf <bz2파일명>
