aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress/zstandard/readers.zig
AgeCommit message (Collapse)Author
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
This passes tests but it doesn't provide as big a window size as is required to decompress larger streams. The next commit in this branch will work towards that, without introducing an additional buffer.
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2024-10-13Rewrite bit_reader and bit_writer to take advantage of current zig semantics ↵tgschultz
and enhance readability (#21689) Co-authored-by: Tanner Schultz <tgschultz@tgschultz-dl.tail7ba92.ts.net>
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
Let's take this breaking change opportunity to fix the style of this enum.
2023-02-20std.compress.zstandard: also check block size when sequence count is 0dweiller
2023-02-20std.compress.zstandard: check FSE bitstreams are fully consumeddweiller
2023-02-20std.compress.zstandard: split decompressor into multiple filesdweiller