Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Parallel Compression 1.0 ...

aminer10
Novice
431 Views


Hello


Parallel Compression 1.0


Author: Amine Moulay Ramdane


Description:

Parallel Zlib and Parallel Bzip algorithms that use my Thread Pool Engine.


Please look at pzlib.pas and pbzip.pas inside the zip file - compile and execute them...


And please see the benchmarks here:

http://pages.videotron.com/aminer/ParallelCompression/parallelbzip.htm


Language: FPC Pascal v2.2.0+ / Delphi 7+: http://www.freepascal.org/


Operating Systems: Win , Linux and Mac (x86).


Required FPC switches: -O3 -Sd -dFPC -dWin32 -dFreePascal

-Sd for delphi mode....

Required Delphi switches: -DMSWINDOWS -$H+

For Delphi 5,6,7 use -DDelphi

For Delphi 2005,2006,2007,2009,2010+ use the switch -DDELPHI2005+


Sincerely,
Amine Moulay Ramdane.

0 Kudos
0 Replies
Reply