Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
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

이것은 전반적으로 향상 된 성능에 초점을 맞춘 릴리스입니다. 검색을 기능을 광범위 한 x86 런타임 cpu가 s s e 2/3/4/AVX 벡터화 완료 되었습니다. 중복 제거 성능 향상된 3 배입니다. 델타 압축 알고리즘 성능 및 감소 된 메모리 사용 효과 대 한 변화 했다. xxHash vectorized 되었습니다. BLAKE2 체크섬에 대 한 지원이 포함 되었습니다. AES 클릭률 모드 vectorized 되었습니다. 인텔의 최적화 된 s h a 512, 512/256 첨단 병렬 모드 뿐만 아니라 SHA2 성능에 대 한 포함 됩니다. LZMA 성능은 약간 밀어 주었다.
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

이 릴리스에 많은 개선 및 수정, 성능 및 안정성에 대 한 것 들을 포함 하 여 추가 합니다.

KECCAK Sha3 메시지 다이제스트를 추가합니다.

새로운 빠른 델타 변종 이진 숫자 데이터가 포함 된 테이블을 검색 하 고 RLE 그들을 인코딩합니다.

매트릭스 변환을 Dedupe 인덱스의 더 나은 압축 수 있습니다.

LZ4 및 Xxhash가 업데이트 되었습니다.

테스트 도구 모음 확장 되었습니다.

Pcompress는 지금 엄격한 컴파일러 플래그와 경고 없이 작성합니다.

외부 라이브러리에 대 한 대체 위치를 제대로 처리 하 고 이전 OpenSSL 버전 0.9.8e 최대 작동.

디버그 통계 모드는 지금 추가 처리량 통계를 출력 합니다.

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