mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
11 lines
511 B
Plaintext
11 lines
511 B
Plaintext
grzip is a high-performance file compressor based on Burrows-Wheeler
|
|
Transform, Schindler Transform, Move-To-Front, and Weighted Frequency
|
|
Counting. It uses the Block-Sorting Lossless Data Compression Algorithm,
|
|
which has received considerable attention in recent years for both its
|
|
simplicity and effectiveness. This implementation has a compression rate
|
|
of 2.234 bps on the Calgary Corpus (14 files) without preprocessing
|
|
filters.
|
|
|
|
Author: Ilya Grebnov
|
|
WWW: http://magicssoft.ru/?folder=projects&page=GRZipII
|