Revert issue #282 (static buffers) but explain why the buffers can be static

Issue #286 closed
Paolo Brandoli repo owner created an issue

Revert issue #282 (static buffers) but explain in a comment that the buffers are used just to skip bytes in a sequence stream and their content is not important and is discarded, therefore they can be static and multiple threads can write into them at the same time without causing errors.

Comments (5)

  1. Log in to comment