Hello,
PZArchiver 1.0 is here...
Author: Amine Moulay Ramdane
Description: Parallel archiver using my ParallelZlib..
Supported features:
- Opens and creates archives using my ParrallelZlib
- Compiles into exe - no dll/ocx required.
- 64 bit supports - lets you create archive files over 4 GB
- Now my ParallelZlb gives 5% better performance than Pigz.
- Parallel compression and parallel decompression are extremely fast
- It supports both compression and decommpression rate indicator
- You can test your arvhive
- Easy object programming interface
- Full source codes available.
- Platform: Win32 ,Win64 (will be ported soon to Linux and Mac OS
Will support parallel encryption and LZMA and LZ and Bzip and memory streams in the near future
Please look at test.pas inside the zip file, compile and execute it.. -
You can download PZArchiver versoin 1.0 from:
http://pages.videotron.com/aminer/Language: FPC Pascal v2.2.0+ / Delphi 7+:
http://www.freepascal.org/Operating Systems: Win32 and Win64 (will be ported soon to Linux and Mac (x86)).
And inside defines.inc you can use the following defines:
{$DEFINE CPU32} and {$DEFINE Win32} for 32 bits systems
{$DEFINE CPU64} and {$DEFINE Win64} for 64 bits systems
Required FPC switches: -O3 -Sd -dFPC -dWin32 -dFreePascal
-Sd for delphi mode....
Required Delphi switches: -DMSWINDOWS -$H+ -DDelphi
Thank you,
Amine Moulay Ramdane.