diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-12 23:24:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-12 23:24:19 +0300 |
commit | 43a8120a00068448c4ffa60db37bdb8e782df321 (patch) | |
tree | 9e04896e8b381024a48c489125477ea781574d54 /NEWS | |
parent | 662a50264f770f5bd972bee0e1980b9cb08ff41d (diff) | |
download | gawk-43a8120a00068448c4ffa60db37bdb8e782df321.tar.gz |
Optimization in storing numeric string values for profiling. Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ Changes from 4.1.x to 4.2.0 20. Gawk now uses fwrite_unlocked if it's available. The yields a 7% - 18% improvement in raw output speed (gawk '{ print }' on a large file). +21. Pretty printing now uses the original text of constant numeric values for + pretty printing and profiling. + Changes from 4.1.3 to 4.1.4 --------------------------- |