diff options
Diffstat (limited to 'src/alf.rst')
| -rw-r--r-- | src/alf.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alf.rst b/src/alf.rst index 6c68cce..75869ca 100644 --- a/src/alf.rst +++ b/src/alf.rst @@ -193,7 +193,7 @@ like you'd use on an Atari (up to 50KB), it's basically instantaneous text file, it takes 0.05 sec; for 1MB of random garbage, it's 0.1 sec (and the resulting ALF file is 36% larger than the garbage). -By comparison, **zip** takes 0.6 seconds to compress the 1MB text file, +By comparison, **zip** takes 0.06 seconds to compress the 1MB text file, and 0.03 sec for the 1MB randomness (and the compressed file is still larger than the input, but only by 312 bytes). The speed demon is **arc**\: it compresses the text file in 0.03s, and it's smart enough to *not* |
