1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-04 06:40:29 +02:00
Commit Graph

103 Commits

Author SHA1 Message Date
8d56f4baee added a few comments for clarifications 2018-10-26 15:21:52 -07:00
450356b5af Merge branch 'dev' into decompressblock 2018-10-26 15:03:43 -07:00
2b4914082e created zstd_decompress_block module
isolate all logic associated with block decompression
into its own module.

zstd_decompress is still in charge
of context creation/destruction,
frames, headers, streaming, special blocks, etc.

Compressed blocks themselves are now handled within zstd_decompress_block .
2018-10-25 16:28:41 -07:00