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 Zurück zur Release-Liste
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.

Project Resources