..
Hello,
I have updated my Parallel archiver to version 1.82,
now it supports the in-memory stream but you can also load your archive
from a file or memory stream just by assigning your file stream or
memory stream to the Stream property (a TStream), and no need
to call LoadIndex() in this new version.
Here is the supported features of my Parallel archiver:
- Opens and creates archives using my Parallel LZ4 or Parallel LZO or
Parallel Zlib or Parallel Bzip or Parallel LZMA compression algorithms.
- Compiles into exe - no dll/ocx required.
- 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.
- Now my Parallel Zlib gives 5% better performance than Pigz.
- Supports memory and file streams , adds compressed data
directly from streams and extracts archived files to streams
without creating temp files.
- Save/Load the archive from stream
-Supports in-memory archives
- You can use it as a hashtable from the hardisk or from the memory
- Fault tolerant to power failures etc..
- Supports Parallel AES encryption with 256 bit keys.
- Fastest compression levels are extremely fast
- Good balanced compression levels provide both good compression rate
and high speed
- Maximum compression levels provide much better compression rate than
Zip, RAR and BZIP and the same as 7Zip.
- It supports both compression and decompression rate indicator
- You can test the integrity of your archive
- Easy object programming interface
- Full source codes available.
- Platform: Win32 , Win64
Now my Parallel archiver 1.82 is very stable,
and you can download it from:
http://pages.videotron.com/aminer/
Thank you,
Amine Moulay Ramdane.