Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

v0.1.2

Compare
Choose a tag to compare
@raulk raulk released this 07 Oct 09:26
· 40 commits to master since this release

Optimization to reduce syscalls using a buffered reader. Increases throughput by ~12% on reading from high-bandwidth/volume channels (e.g. file transfers), at a tiny cost on memory (4KiB buffer per conn).