aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/alf.12
-rw-r--r--src/alf.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/alf.1 b/src/alf.1
index 22761b4..d645742 100644
--- a/src/alf.1
+++ b/src/alf.1
@@ -212,7 +212,7 @@ like you\(aqd use on an Atari (up to 50KB), it\(aqs basically instantaneous
text file, it takes 0.05 sec; for 1MB of random garbage, it\(aqs 0.1
sec (and the resulting ALF file is 36% larger than the garbage).
.sp
-By comparison, \fBzip\fP takes 0.6 seconds to compress the 1MB text file,
+By comparison, \fBzip\fP 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 \fBarc\fP:
it compresses the text file in 0.03s, and it\(aqs smart enough to \fInot\fP
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*