tyger icon indicating copy to clipboard operation
tyger copied to clipboard

Improving handling of a trickle of data into `tyger buffer write`

Open johnstairs opened this issue 1 year ago • 0 comments

By default, tyger buffer write writes 4MB blocks at a time. If its input stream writes, say, 1KB/s, it will take more than an hour to write its first block. On the read end, there will be no data to process until this first block is written, which is unacceptable for any scenario that requires low latency.

johnstairs avatar Feb 02 '24 14:02 johnstairs