aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-12-07 05:58:18 -0500
committerB. Watson <urchlay@slackware.uk>2025-12-07 05:58:18 -0500
commit586e6f177a32ead71b1f96a88c39d1a9d948aca6 (patch)
treec7cbc0be0167fed33a572cd98640c5547996f834
parentf58234fbe744db5c5cf6bc385156f9ed28393f94 (diff)
downloadalftools-586e6f177a32ead71b1f96a88c39d1a9d948aca6.tar.gz
Update times in performance section of alf man page.
-rw-r--r--src/alf.16
-rw-r--r--src/alf.rst4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/alf.1 b/src/alf.1
index c6e1bbe..e06c44a 100644
--- a/src/alf.1
+++ b/src/alf.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "ALF" 1 "2025-12-06" "0.4.0" "Urchlay's Atari 8-bit Tools"
+.TH "ALF" 1 "2025-12-07" "0.4.0" "Urchlay's Atari 8-bit Tools"
.SH NAME
alf \- create Atari 8-bit ALF archives
.\" RST source for alf(1) man page. Convert with:
@@ -245,8 +245,8 @@ a DOS capable of handling multi\-megabyte files...
.sp
Performance is pretty good, as of alftools\-0.3.0. For small files
like you\(aqd use on an Atari (up to 50KB), it\(aqs basically instantaneous
-(under 0.02 seconds) on the author\(aqs modest i7 workstation. For a 1MB
-text file, it takes 0.05 sec; for 1MB of random garbage, it\(aqs 0.1
+(0.009 seconds) on the author\(aqs modest i7 workstation. For a 1MB
+text file, it takes 0.046 sec; for 1MB of random garbage, it\(aqs 0.087
sec (and the resulting ALF file is 36% larger than the garbage).
.sp
By comparison, \fBzip\fP takes 0.06 seconds to compress the 1MB text file,
diff --git a/src/alf.rst b/src/alf.rst
index 22a8245..4bc4c7d 100644
--- a/src/alf.rst
+++ b/src/alf.rst
@@ -218,8 +218,8 @@ Performance
Performance is pretty good, as of alftools-0.3.0. For small files
like you'd use on an Atari (up to 50KB), it's basically instantaneous
-(under 0.02 seconds) on the author's modest i7 workstation. For a 1MB
-text file, it takes 0.05 sec; for 1MB of random garbage, it's 0.1
+(0.009 seconds) on the author's modest i7 workstation. For a 1MB
+text file, it takes 0.046 sec; for 1MB of random garbage, it's 0.087
sec (and the resulting ALF file is 36% larger than the garbage).
By comparison, **zip** takes 0.06 seconds to compress the 1MB text file,