Thread: Query parsing speedup patch v2

Query parsing speedup patch v2

From
Mikko Tiihonen
Date:
Hi,

This is a second version of the patch. It changes the following in the
VisibleBufferedInputStream:
- IndexOutOfBounds in scanCString caused by typo
- better buffer management, now tries harder to avoid short reads from
the wrapped stream

Attachment