Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.programming > #1597

Parallel compression library version 2.15 ...

From "aminer" <aminer@videotron.ca>
Newsgroups comp.programming.threads, comp.programming
Subject Parallel compression library version 2.15 ...
Date 2012-05-18 19:46 -0500
Organization A noiseless patient Spider
Message-ID <jp6n1a$jdg$1@dont-email.me> (permalink)

Cross-posted to 2 groups.

Show all headers | View raw


Hello,

My ParallelCompression library version 2.15 is here, i have added
the Parallel LZ algorithm and also i have 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.




Back to comp.programming | Previous | NextNext in thread | Find similar


Thread

Parallel compression library version 2.15 ... "aminer" <aminer@videotron.ca> - 2012-05-18 19:46 -0500
  Re: Parallel compression library version 2.15 ... "aminer" <aminer@videotron.ca> - 2012-05-18 19:48 -0500

csiph-web