Downloadliste

Projektbeschreibung

Pcompress is an archiver that can do compression/decompression and deduplication in parallel by splitting input data into chunks. It has a modular structure and includes support for multiple algorithms like LZMA, Bzip2, PPMD, LZ4, etc., with KECCAK/BLAKE2/SHA-256/512 chunk checksums. SSE optimizations for the bundled LZMA are included. It also implements chunk-level Content-Aware Deduplication and Delta Compression features based on a Polynomial Fingerprinting scheme. It has low metadata overhead and overlaps I/O and compression to achieve maximum parallelism. It has AES encryption capability and uses Scrypt from Tarsnap to generate per-session unique keys from passwords. It can work in pipe mode, reading from stdin and writing to stdout. It also provides some adaptive compression modes in which a suitable algorithm is chosen per chunk based on heuristics.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-30 07:06
1.3.0

Dies ist eine Leistung ausgerichtete Version mit Verbesserungen in allen Bereichen. Erkennung verfügen über umfangreiche X 86, die SSE2/3/4/AVX Vektorisierung mit Runtime CPU getan wurde. Deduplizierung ist erhöhte 3 X. Für bessere Leistung und Effektivität mit reduzierter Speicherverbrauch hat die Delta-Komprimierungsalgorithmus gezwickt wurde. XxHash hat vektorisiert worden. Unterstützung für BLAKE2-Prüfsumme wurde hinzugefügt. AES CTR-Modus hat vektorisiert worden. Intels optimiert SHA512, 512/256 für Vorderkante SHA2 Leistung neben der parallelen Modi enthalten ist. LZMA-Leistung ist etwas verstärkt.
Tags: performance
This is a performance-focused release with improvements across the board. Extensive x86 SSE2/3/4/AVX vectorization has been done with runtime CPU feature detection. Deduplication performance is increased 3X. The Delta Compression algorithm has been tweaked for better performance and effectiveness with reduced memory usage. xxHash has been vectorized. Support for BLAKE2 checksum has been included. AES CTR mode has been vectorized. Intel's optimized SHA512, 512/256 is included for leading edge SHA2 performance in addition to parallel modes. LZMA performance is slightly boosted.

2013-01-06 09:24
1.2.0

Dieses Release bringt viele Verbesserungen und Fehlerbehebungen, einschließlich solcher für Performance und Stabilität.

Es fügt den KECCAK Sha3 Message Digest.

Eine neue schnelle Delta Variante erkennt eingebettete Tabellen Binär numerische Daten und RLE kodiert sie.

Eine Matrixtransformation ermöglicht eine Deduplizierung-Index besseren komprimiert.

LZ4 und XXHash wurden aktualisiert.

Die Testsuite ist erweitert worden.

Pcompress wird jetzt ohne Warnungen mit strengen Compiler-Flags erstellt.

Alternative Speicherorte für externe Bibliotheken korrekt behandelt werden, und ältere Versionen von OpenSSL bis 0.9.8e zu funktionieren.

Statistik Debugmodus druckt nun zusätzliche Durchsatz Statistik.

Tags: Major, Stable
This release adds many improvements and fixes, including ones for performance and stability.

It adds the KECCAK Sha3 message digest.

A new fast Delta variant detects embedded tables of binary numeric data and RLE encodes them.

A matrix transform allows better compression of a Dedupe index.

LZ4 and XXHash have been updated.

The test suite has been expanded.

Pcompress now builds without warnings with strict compiler flags.

Alternate locations for external libraries are handled properly, and older OpenSSL versions
up to 0.9.8e work.

The debug statistics mode now prints additional throughput statistics.

Project Resources