Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1322
| Newsgroups | comp.programming.threads |
|---|---|
| Date | 2013-02-04 09:54 -0800 |
| Message-ID | <d89fcfd5-41a2-4bd7-99e5-2e02d74fd9eb@googlegroups.com> (permalink) |
| Subject | Parallel compression library versoin 2.23 is here... |
| From | aminer68@gmail.com |
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.
Back to comp.programming.threads | Previous | Next | Find similar
Parallel compression library versoin 2.23 is here... aminer68@gmail.com - 2013-02-04 09:54 -0800
csiph-web