[JM:03669] Re: xz.1 の訳(limited random access)

アーカイブの一覧に戻る
ribbon jm****@ribbo*****
2022年 5月 16日 (月) 08:16:08 JST


現状

When compressing to the B<.xz> format, split the input data into
blocks of I<size> bytes.  The blocks are compressed independently from
each other, which helps with multi-threading and makes limited
random-access decompression possible.  This option is typically used
to override the default block size in multi-threaded mode, but this
option can be used in single-threaded mode too.

は

B<.xz> フォーマットに圧縮する場合に、入力データを I<size> バイトごとの
ブロックに分割します。このブロックは互いに独立して圧縮されます。これは
マルチスレッド対応のためであり、圧縮時のランダムアクセスを可能な限り制
限する目的があります。このオプションによって、通常はマルチスレッドモー
ドでのデフォルトブロックサイズをオーバーライドします。ただしこのオプショ
ンは、シングルスレッドモードでも利用することができます。

となっていますが、

 makes limited random-access decompression possible.

は

限定されたランダムアクセス伸張を可能にします。

ではないでしょうか。s/限定/制限/ でもよいですけれど。

ribbon



linuxjm-discuss メーリングリストの案内
アーカイブの一覧に戻る