aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-03-21 11:34:51 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-03-21 11:34:51 +0200
commit156d925f39c0caaf6f3ca1c03e22314a3027edeb (patch)
tree94386d6c466a900de0ae0b4e1a34b7935e4a7c0d /doc/gawktexi.in
parentb1c626964f7181780901af174e96d69526b4a1ce (diff)
downloadegawk-156d925f39c0caaf6f3ca1c03e22314a3027edeb.tar.gz
egawk-156d925f39c0caaf6f3ca1c03e22314a3027edeb.tar.bz2
egawk-156d925f39c0caaf6f3ca1c03e22314a3027edeb.zip
Add FNV1-A hash function support.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index fb237350..2c2d7297 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -4708,7 +4708,10 @@ blocksize, which is usually the filesystem's I/O blocksize.)
If this variable exists with a value of @samp{gst}, @command{gawk}
switches to using the hash function from GNU Smalltalk for
managing arrays.
-This function may be marginally faster than the standard function.
+With a value of @samp{fnv1a}, @command{gawk} uses the
+@uref{http://www.isthe.com/chongo/tech/comp/fnv/index.html,
+FNV1-A hash function}.
+These functions may be marginally faster than the standard function.
@item AWKREADFUNC
If this variable exists, @command{gawk} switches to reading source