diff options
author | Antonio Giovanni Colombo <azc100@gmail.com> | 2021-03-21 16:50:59 +0100 |
---|---|---|
committer | Antonio Giovanni Colombo <azc100@gmail.com> | 2021-03-21 16:50:59 +0100 |
commit | 17b9ce3cc3cfaff4f331e4829efb1f559e7d850c (patch) | |
tree | 79236f11f357095914fc4be718d441599d03d3f7 /doc/it/gawktexi.in | |
parent | 156d925f39c0caaf6f3ca1c03e22314a3027edeb (diff) | |
download | egawk-17b9ce3cc3cfaff4f331e4829efb1f559e7d850c.tar.gz egawk-17b9ce3cc3cfaff4f331e4829efb1f559e7d850c.tar.bz2 egawk-17b9ce3cc3cfaff4f331e4829efb1f559e7d850c.zip |
modified gawktexi.it to add mention of a new hashing function
Diffstat (limited to 'doc/it/gawktexi.in')
-rwxr-xr-x | doc/it/gawktexi.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in index e05abc4b..f047aa46 100755 --- a/doc/it/gawktexi.in +++ b/doc/it/gawktexi.in @@ -5201,7 +5201,11 @@ del filesystem). @item AWK_HASH Se questa variabile @`e impostata con un valore di @samp{gst}, @command{gawk} usa la funzione hash di GNU Smalltalk per gestire i vettori. -Questa funzione pu@`o essere leggermente pi@`u veloce della funzione standard. +Se invece ha per valore @samp{fnv1a}, @command{gawk} usa la funzione hash +@uref{http://www.isthe.com/chongo/tech/comp/fnv/index.html, +FNV1-A}. +Queste funzioni possono essere leggermente pi@`u veloci della funzione standard. + @item AWKREADFUNC Se questa variabile esiste, @command{gawk} legge i file sorgenti una riga per volta, anzich@'e a blocchi. Questa variabile @`e presente |