when a buffer overflow happens memoryStream::write the memory reallocation is inefficient

Issue #81 new
Paolo Brandoli repo owner created an issue

Each time memoryStream has to reallocate the memory buffer it just add 1024 bytes to the buffer. It would be better to double the buffer size each time.

Comments (0)

  1. Log in to comment