mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-06 15:49:43 -04:00
ff1eff9979
See also commit 7287c7482a where
LinearFifo is removed from BufferedWriter
Basically, LinearFifo does extra work via copying bytes and increasing
an offset.