ais icon indicating copy to clipboard operation
ais copied to clipboard

Profile results are needed about the utility of calling Flush() explicitly

Open zacsketches opened this issue 7 years ago • 0 comments

Explicit calls to Flush() are contained in functions like LimitSubset while the process is iterating over a RecordSet. Since all writer objects are built on types that implement buffered IO, it may be an unnecessary precaution/optimization to be calling Flush() at some randomly selected flushThreshold

zacsketches avatar Dec 01 '18 16:12 zacsketches