amphp / byte-stream

A non-blocking stream abstraction for PHP based on Amp.

Home Page:https://amphp.org/byte-stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance issue with very large chunks

kelunik opened this issue · comments

Very large chunks, e.g. 1 GB chunks, lead to performance issues due to many small string ops and new buffer allocations. I have a patch locally already.