-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
- read into memory buffers with predefined or specified size
- consolidate input buffer (unconditionally), makes handling easier and less error-prone
- carry out all processing with this one memory buffer, optional copy to a new one, if needed
- write all output data at once, after processing completed and not while processing takes place