Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1349
| From | aminer <aminer@toto.ca> |
|---|---|
| Newsgroups | comp.programming, comp.programming.threads |
| Subject | ParallelZlb Compression library 1.0 |
| Date | 2013-02-08 13:42 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <kf3gsu$uki$1@dont-email.me> (permalink) |
Cross-posted to 2 groups.
Hello, ParallelZlb Compression library 1.0 Description: Parallel Compression library using the Zlib algorithm and my Thread Pool Engine. - Now my ParallelZlb gives 5% better performance than Pigz. - It supports memory streams, file streams and files - It supports files larger 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. Please look at test_pzlib.pas inside the zip file, compile and execute it.. - Language: FPC Pascal v2.2.0+ / Delphi 7+: http://www.freepascal.org/ 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 — Next in thread | Find similar
ParallelZlb Compression library 1.0 aminer <aminer@toto.ca> - 2013-02-08 13:42 -0800 Re: ParallelZlb Compression library 1.0 aminer <aminer@toto.ca> - 2013-02-08 14:10 -0800 Re: ParallelZlb Compression library 1.0 aminer <aminer@toto.ca> - 2013-02-09 11:16 -0800
csiph-web