mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 14:43:17 +00:00
In the example from the issue #19052 to_read holds 213_315_584 uncompressed bytes. Calling read with small output results in many shifts of that big buffer. This removes need to shift to_read after each read.