Message328803
| Author |
vstinner |
| Recipients |
matrixise, mdk, pmpp, serhiy.storchaka, vstinner |
| Date |
2018-10-29.11:32:27 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1540812747.51.0.788709270274.issue34969@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
man lzma:
--fast
--best These are somewhat misleading aliases for -0 and -9, respec‐
tively. These are provided only for backwards compatibility
with LZMA Utils. Avoid using these options.
man bzip2:
-1 (or --fast) to -9 (or --best)
Set the block size to 100 k, 200 k .. 900 k when compressing.
Has no effect when decompressing. See MEMORY MANAGEMENT below.
The --fast and --best aliases are primarily for GNU gzip compat‐
ibility. In particular, --fast doesn't make things signifi‐
cantly faster. And --best merely selects the default behaviour. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2018-10-29 11:32:27 | vstinner | set | recipients:
+ vstinner, pmpp, serhiy.storchaka, matrixise, mdk |
| 2018-10-29 11:32:27 | vstinner | set | messageid: <1540812747.51.0.788709270274.issue34969@psf.upfronthosting.co.za> |
| 2018-10-29 11:32:27 | vstinner | link | issue34969 messages |
| 2018-10-29 11:32:27 | vstinner | create | |
|