Long Range ZIP 0.23 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Long Range ZIP 0.23 (Default branch)
# 1  
Old 03-21-2008
Long Range ZIP 0.23 (Default branch)

LRZIP is a compression program that can achieve very high compression ratios and speed when used with large files. It uses the combined compression algorithms of lzma for maximum compression, lzo for maximum speed, and the long range redundancy reduction of rzip. It is designed to scale with increases with RAM size, improving compression further. A choice of either size or speed optimizations allows for either better compression than even lzma can provide, or better speed than gzip, but with bzip2 sized compression levels. License: GNU General Public License (GPL) Changes:
The LZMA SDK was updated to the latest version, 4.57. Multithreading support for LZMA was added, which nearly doubles speed. A gzip compression option was added. An assembler module for CRC computation was added, but this is dependent on the processor. More enhancements were made to the lzo_compresses function to avoid LZMA errors. File cleanup was done. configure.in was changed to improve compiling. Code cleanup was done. Documentation with benchmarks was improved and expanded. Major bugs were fixed to work on big RAM machines. A major fix was made to prevent copying all data above 4GB uncompressed.Image

More...
# 2  
Old 03-27-2008
How can i use LRZIP to compress a binary file?
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Arg list too long error while performing tar and zip operation

hi all i am trying to tar and then zip files present dir by using the below command tar -cvf ${abc}/xyz_backup_date_`date +%d%m%y%H%M%S`.tar xyz* when the files are in less number the above command executes perfectly but when there are large number of files i am getting "arg list too... (5 Replies)
Discussion started by: manoj
5 Replies

2. Shell Programming and Scripting

List files with Date Range and Zip it

Hi all, I am using the below script which display the files in the folder with the date range we specify. I want to add extra functionality that, The listing files should be zipped using gzip. I tried to add exec gzip at the last line but it is not working. Suggestions please. ... (2 Replies)
Discussion started by: nokiak810
2 Replies
Login or Register to Ask a Question