-
Notifications
You must be signed in to change notification settings - Fork 19
restructure processing #5
Copy link
Copy link
Open
Labels
Description
PeterPawn
opened on Jul 26, 2017
Issue body actions
- 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
Reactions are currently unavailable