Hello,
My ParallelCompression libraryversion 2.15 is here, i have added
the Parallel LZ algorithm and also ihave added a testfile() method
to test if your compressed file is ok .
Description:
Parallel compression library implements Parallel Gzip , Parallel Bzip ,
Parallel LZMA and Parallel LZ algorithms using my Thread Pool Engine.
You can download my ParallelCompression library from:
http://pages.videotron.com/aminer/
Please look at test_pgzip.pas , test_pbzip.pas , test_plzma.pas and
test_plz.pas demos inside the zip file, compile and execute them... -
Language: FPC Pascal v2.2.0+ / Delphi 7+: http://www.freepascal.org/
Note: Parallel Gzip , Parallel Bzip and Parallel LZ work with both
FreePascal and Delphi , but Parallel LZMA works only with Delphi 7 and up.
Operating Systems: Win , Linux and Mac (x86).
Note: to be able to port to Linux and Mac OSX you have to compile the
dynamic libraries...
Required FPC switches: -O3 -Sd -dFPC -dWin32 -dFreePascal
-Sd for delphi mode....
-dUnix for Linux,MacOSX etc.
Required Delphi switches: -DMSWINDOWS -$H+ -DDelphi
Thank you.
Amine Moulay Ramdane.



