mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
3a79929fdb
PR: 241272 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
10 lines
485 B
Plaintext
10 lines
485 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.
|
|
|
|
WWW: https://BSDforge.com/projects/archivers/grzip
|