|
Computer Programming Software Terms, Glossary and Dictionary
Rzip
Rzip is a data compression program based on bzip2. rzip operates in two stages. The first stage finds and encodes large chunks of duplicated data over potentially very long distances (up to nearly a gigabyte) in the input file. The second stage is to use a standard compression algorithm (bzip2) to compress the output of the first stage.
|