Hello...
My Parallel Compression Library 4.0 is here..
Now my Parallel compression library is optimized for NUMA and it
supports processor groups on windows and it has only two threads that do
the IO (and they are not contending) so that it reduces at best the
contention, so that it scales well. Now it is working on Win32 and Win64
and I will port it soon to Linux.
Also it supports the following:
- 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
- It supports both compression and decompression rate indicator
- You can test the integrity of your compressed file
- 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.