|
updated 31-May-2009: qpress 0.37 |
![]() |
|
QuickLZ
QuickLZ is a data compression library which gives light but fast compression. It can be used under a commercial license if such has been acquired or under the GPL-1 or GPL-2 license where anything released into public must be open source.
It is compatible with a variety of 32- and 64-bit architectures such as x86, x64/AMD64, IA64/Itanium, Cell, POWER, UltraSPARC, XScale and SH4/5. Four versions exist with each their independent version number on the form 1.4.x:
The x is incremented at bug fixes or optimizations preserving backward compatibility. If it increments, simply replace the files and recompile/rebundle. Following 1.4.1 BETA improves compression ratio and compression speed for level 1 for data which contains repeated sequences of the same byte (such as zero initialized data or pixels in raw images):
|
The benchmark is an average of 5 files on an Athlon64 6400+ and Core 2 Duo 2.6 GHz using in-memory compression on a single core. |
|
qpress - faster than file copy qpress is a portable file archiver designed to utilize fast storage systems to their max. Because the destination file is smaller than the source, it's often faster than file copy. It supports
For other architectures and operating
systems just unzip the source below and run 'make':
Older versions (not structured because qpress is still in
beta):
New in 0.36 BETA:
quick.exe qpress was a demo project that used to come along with each new version of the QuickLZ library. It has now been superseded by qpress which has its own independent version numbering. Because qpress is still in beta, the demo project for 1.31 is still available here: quick.exe. Of course everything ever released is also available on the Old Versions page. |