v0.1.1
Icicle\Socket\Stream\ReadableStreamTrait
now buffers bytes up to the max length given toread()
(or 8kB if no length is given) to improve performance when reading to a particular byte.
Icicle\Socket\Stream\ReadableStreamTrait
now buffers bytes up to the max length given to read()
(or 8kB if no length is given) to improve performance when reading to a particular byte.