aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-02-02 22:35:24 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-02-02 22:35:24 +0200
commit21ad3d7e351a0ef622874e23e8cadae5d571bd13 (patch)
tree526b3e8ea70be7892648b783b027fcbb6fcd0b0e /doc/gawk.texi
parent8fae548a67ddd263e10fd80e768ac8906de7e576 (diff)
downloadegawk-21ad3d7e351a0ef622874e23e8cadae5d571bd13.tar.gz
egawk-21ad3d7e351a0ef622874e23e8cadae5d571bd13.tar.bz2
egawk-21ad3d7e351a0ef622874e23e8cadae5d571bd13.zip
More doc fixes.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 78c4f198..d0654969 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -13414,6 +13414,14 @@ $ @kbd{gawk 'BEGIN @{}
@print{} 4 4
@end example
+As a side note, sorting the array indices before traversing
+the array has been reported to add 15% to 20% overhead to the
+execution time of @command{awk} programs. For this reason,
+sorted array traversal is not the default.
+@c The @command{gawk}
+@c maintainers believe that only the people who wish to use a
+@c feature should have to pay for it.
+
@node Delete
@section The @code{delete} Statement
@cindex @code{delete} statement