本家様 https://launchpad.net/pbzip2

gzipの並列版pigz
xzの並列版pixz

そして bzip2 の並列版が pbzip2 となるみたい.

インストールはRHEL系なら epel リポジトリを加えればインストール可能です

[root@rockylinux ~]# dnf info pbzip2
Last metadata expiration check: 0:00:35 ago on Sat 06 Apr 2024 07:05:55 PM JST.
Available Packages
Name         : pbzip2
Version      : 1.1.13
Release      : 1.el8
Architecture : x86_64
Size         : 57 k
Source       : pbzip2-1.1.13-1.el8.src.rpm
Repository   : epel
Summary      : Parallel implementation of bzip2
URL          : https://launchpad.net/pbzip2
License      : BSD
Description  : PBZIP2 is a parallel implementation of the bzip2 block-sorting file
             : compressor that uses pthreads and achieves near-linear speedup on SMP
             : machines.  The output of this version is fully compatible with bzip2
             : v1.0.2 or newer (ie: anything compressed with pbzip2 can be
             : decompressed with bzip2).
 
[root@rockylinux ~]#
 
[root@rockylinux ~]# dnf install pbzip2

っで使い方

[saber@rockylinux ~]$ pbzip2    -p4 DRR127450.fastq    <-- 4coreで圧縮
 
[saber@rockylinux ~]$ pbzip2 -d -p4 DRR127450.fastq.bz2 <-- 4coreで解凍

こんか感じ

単一の巨大なファイルを圧縮解凍するなら pbzip2pigzpixzを使うのがいいかなと思う。
もし多数のファイル1000枚とか5000枚とかなら parallelでbzip2, gzip, zx を回した方がいいかもね.

最新の60件
2024-10-11 2024-10-10 2024-10-09 2024-10-08 2024-10-06 2024-10-05 2024-10-04 2024-10-03 2024-10-02 2024-10-01 2024-09-30 2024-09-29 2024-09-28 2024-09-27 2024-09-22 2024-09-20 2024-09-17 2024-09-12 2024-09-09 2024-09-08 2024-09-06 2024-09-05 2024-09-04 2024-09-02 2024-09-01 2024-08-31 2024-08-28 2024-08-18 2024-08-17 2024-08-16 2024-08-15 2024-08-14 2024-08-11

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2024-04-06 (土) 19:33:18