in reply to Re^2: Reading a huge input line in parts
in thread Reading a huge input line in parts

It should not be to costly in terms of resources and performance to check if you have a space at the beginning and at the end of each chunk of data before splitting it, and reconstruct the boundary numbers accordingly, especially if your read data chunks are relatively large.

Je suis Charlie.
  • Comment on Re^3: Reading a huge input line in parts