X-Received: by 10.224.175.65 with SMTP id w1mr11811899qaz.7.1360000446145; Mon, 04 Feb 2013 09:54:06 -0800 (PST) X-Received: by 10.49.87.9 with SMTP id t9mr1870480qez.16.1360000446118; Mon, 04 Feb 2013 09:54:06 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!p13no10520373qai.0!news-out.google.com!k2ni6832qap.0!nntp.google.com!p13no10520365qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.programming.threads Date: Mon, 4 Feb 2013 09:54:05 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.81.116.168; posting-account=R-6XjwoAAACnHXTO3L-lyPW6wRsSmYW9 NNTP-Posting-Host: 70.81.116.168 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Parallel compression library versoin 2.23 is here... From: aminer68@gmail.com Injection-Date: Mon, 04 Feb 2013 17:54:06 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.programming.threads:1322 Hello, Description: Parallel Compression Library implements Parallel Gzip , Parallel Bzip , Parallel LZMA and Parallel LZ algorithms using my Thread Pool Engine. - Now my ParallelGzip gives 5% better performance than Pigz. - It supports memory streams, file streams and files - It supports files largerr than 4 Gb - Parallel compression and parallel decompression are extremely fast - It supports both compression and decommpression rate indicator - You can test your compressed file - Easy programming interface - Full source codes available. Just look at the Easy compression library for example, if you have noticed it's not a parallel compression library. http://www.componentace.com/ecl_features.htm And look at its pricing: http://www.componentace.com/order/order_product.php?id=4 My parallel compression library costs you 0$ and it's a parallel compression library.. You can download my Parallel compression library from: http://pages.videotron.com/aminer/ Please look at test_pgzip.pas , test_pbzip.pas and test_plzma.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 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.