Hi guys,

not a blocking bug for a release but I think we read too much streams.

if you have "{}  " we will read the spaces which is likely wrong and we
know where to stop...theorically. In terms of perf we don't since we try to
read as much as possible.

I'm not sure what to do about it.

I encountered this issue in a wrapper doing

writeCollectionSize()
for all element: writeElement()

issue is you read part of the "next message" with our current logic. On
another side it works very well for web etc.

Maybe we should play with mark() etc to put the cursor where needed and not
loose to much perf?

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau>

Reply via email to