ダウンロードリスト

プロジェクト概要

Lzlib 圧縮ライブラリはメモリで LZMA 圧縮と圧縮解除を含めた、圧縮解除されたデータの整合性チェックを提供します。ライブラリで使用される圧縮データ形式は、lzip 形式です。Lzip ファイル形式は、データの長期アーカイブのために設計されています。それはきれいです、非常に安全な 4 因子整合性チェックされます、および lziprecover の回復機能によって支えられています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2013-01-23 11:40
1.4-rc1

圧縮比若干増加しました。圧縮時間は 8 % 削減されました。減圧時間は 7 % 削減されました。引数と戻り値関数の lzlib.h から「長い長い」「符号なしに長い長い」変更されています。入力された圧縮バッファーの最小サイズは 64KiB に削減されています。ターゲット"インストールとして lzip"は、メイクファイルに追加されました。
タグ: Development
The compression ratio has been slightly increased.

Compression time has been reduced by 8%. Decompression time has been reduced by 7%.

Arguments and return values of functions in lzlib.h have been changed from "long long" to
"unsigned long long".

The minimum size of the input compression buffer has been reduced to 64KiB.

The target "install-as-lzip" has been added to the Makefile.

2012-01-24 07:13
1.3-rc1

Lzlib C lzlib 1.2 の C++ ソースから翻訳されています。これで lzlib が多くの環境で役に立つこと libstdc++、依存関係を回避するために行われています。
タグ: Development
Lzlib has been translated to C from the C++ source of lzlib 1.2. This has been done to avoid the dependency on libstdc++, making lzlib useful in more environments.

2011-10-28 00:30
1.2

大きな値のため"-マッチ長さ」、圧縮比が若干増加しているし、圧縮時間は最大 6 % 削減されています。オプション"- F - 再圧縮」、どの力加圧、「.lz」または「.tlz」サフィックス既にがある名前を持つファイル minilzip に追加されました。「インストールする」は、もはや「/sbin/ldconfig」が不足しているシステム上で実行しようとします。
タグ: Stable
For large values of "--match-length", the compression ratio has been slightly increased and compression time has been reduced by up to 6%. The option "-F, --recompress", which forces recompression of files whose names already have the ".lz" or ".tlz" suffix, has been added to minilzip. "make install" no longer tries to run "/sbin/ldconfig" on systems lacking it.

2011-05-20 05:43
1.2-rc2

は、もはやそれを欠いているシステム上で"/ ldconfigを/ sbinに"を実行しようとすると、"make install"を。
タグ: Development
"make install" no longer tries to run "/sbin/ldconfig" on systems lacking it.

2011-04-20 20:39
1.2-rc1

" - に一致する長さ"の値が大きい場合、圧縮率はやや増加している圧縮時間は最大6%削減されています。オプション"- Fは、 - 再圧縮"とは、すでに名を持つファイルの再圧縮を強制的にまたはサフィックスは、minilzipに追加されている"とlzを""tlz"。
タグ: Development
For large values of "--match-length", compression ratio has been slightly increased and compression time has been reduced by up to 6%. The option "-F, --recompress", which forces recompression of files whose names already have the ".lz" or ".tlz" suffix, has been added to minilzip.

プロジェクトリソース