Hello,
Please download again my Parallel Compression Library version 4.0, i have just updated the readme file and documented the parameters of the constructor, now it works correctly on windows, and i will port it soon to Linux.
Here is what it supports:
- Parallel Compression Library implements Parallel LZ4 , Parallel LZMA , and Parallel Zstd algorithms using my Thread Pool Engine.
- It supports memory streams, file streams and files
- 64 bit supports - lets you create archive files over 4 GB , supports archives up to 2^63 bytes, compresses and decompresses files up to 2^63 bytes.
- Parallel compression and parallel decompression are extremely fast
- Now it supports processor groups on windows, so that it can use more than 64 logical processors and it scales well.
- It's NUMA-aware and NUMA efficient on windows
- It minimizes efficiently the contention so that it scales well.
- It supports both compression and decompression rate indicator
- You can test the integrity of your compressed file or stream
- Easy programming interface
- Full source codes available.
You can download my Parallel Compression Library 4.0 from:
https://sites.google.com/site/aminer68/parallel-compression-library
Thank you,
Amine Moulay Ramdane.