On Sat, May 7, 2016 at 9:40 PM, Tomasz Janeczko groups@amibroker.com [amibroker] <amibroker@yahoogroups.com> wrote:
-- Hello,
"I want to append data to a file WITHOUT having to call fopen() and fclose() for ever single symbol"
So your problem is that you "don't want to call fopen to append"
Sorry, but no, I won't add features just because single person does not want to call fopen/fclose file.
I DO want to open and close a file--but only ONCE!
I really don't think I'm being idiosyncratic here by not wanting to thrash my hard drive with 50,000 calls to fopen()/fputs()/fclose(). Computer languages like C/C++ have file I/O libraries with automatic buffering for a reason. AFL, with the tools currently available, makes file-writing with buffering across symbols impossible, unless you create your own buffers with static variables and call a separate analysis that flushes those variables to disk.
I really don't think I'm being idiosyncratic here by not wanting to thrash my hard drive with 50,000 calls to fopen()/fputs()/fclose(). Computer languages like C/C++ have file I/O libraries with automatic buffering for a reason. AFL, with the tools currently available, makes file-writing with buffering across symbols impossible, unless you create your own buffers with static variables and call a separate analysis that flushes those variables to disk.
Robbie Geary
__._,_.___
Posted by: Robbie Geary <rgearyiii@gmail.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (48) |
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
.
__,_._,___
EmoticonEmoticon