diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-19 08:13:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-19 08:13:59 +0300 |
commit | 4a920a6b4214dfc118eeeffd28b3dff33127a9b5 (patch) | |
tree | 7d2a80a273367a9655f8570084d748620f715bca | |
parent | 14d54162c7af9770389da382a888100dc52f9a25 (diff) | |
download | egawk-4a920a6b4214dfc118eeeffd28b3dff33127a9b5.tar.gz egawk-4a920a6b4214dfc118eeeffd28b3dff33127a9b5.tar.bz2 egawk-4a920a6b4214dfc118eeeffd28b3dff33127a9b5.zip |
Add a note to TODO.
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ TODO Minor Cleanups and Code Improvements ------------------------------------ + Use fwrite_unlocked if available. Brings about 7% speedup for output. + API: ??? #if !defined(GAWK) && !defined(GAWK_OMIT_CONVENIENCE_MACROS) |