Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restructure processing #5

Open
PeterPawn opened this issue Jul 26, 2017 · 0 comments
Open

restructure processing #5

PeterPawn opened this issue Jul 26, 2017 · 0 comments
Assignees

Comments

@PeterPawn
Copy link
Owner

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant