zig/lib/std/compress
Igor Anić a21f9b6d8b compress.xz: remove copyForwards from tight loop
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.
2024-03-13 18:22:08 +01:00
..
2024-02-14 22:34:13 +01:00
2024-03-04 09:53:01 +01:00