diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-21 11:37:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-21 11:37:12 +0200 |
commit | 81530542f62a575e3857f3a8847c886ee68f9d83 (patch) | |
tree | 5367ab09503d029a322b3f5499b98b9c0062a61e /doc/gawktexi.in | |
parent | 96b65e953d309fb00cc48b3883fc5805898e57e1 (diff) | |
parent | 156d925f39c0caaf6f3ca1c03e22314a3027edeb (diff) | |
download | egawk-81530542f62a575e3857f3a8847c886ee68f9d83.tar.gz egawk-81530542f62a575e3857f3a8847c886ee68f9d83.tar.bz2 egawk-81530542f62a575e3857f3a8847c886ee68f9d83.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 5 |
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 |