1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-22 03:41:59 +03:00

[doc] minor clarification for maximum block size

closes #4339
This commit is contained in:
Yann Collet
2025-03-22 23:52:45 -07:00
parent 6775af5b2e
commit bea1e942f7

View File

@ -16,7 +16,7 @@ Distribution of this document is unlimited.
### Version ### Version
0.4.3 (2024-10-07) 0.4.4 (2025-03-22)
Introduction Introduction
@ -390,7 +390,7 @@ __`Block_Content`__ and __`Block_Maximum_Size`__
The size of `Block_Content` is limited by `Block_Maximum_Size`, The size of `Block_Content` is limited by `Block_Maximum_Size`,
which is the smallest of: which is the smallest of:
- `Window_Size` - `Window_Size`
- 128 KB - 128 KiB (131.072 bytes)
`Block_Maximum_Size` is constant for a given frame. `Block_Maximum_Size` is constant for a given frame.
This maximum is applicable to both the decompressed size This maximum is applicable to both the decompressed size
@ -1742,6 +1742,7 @@ or at least provide a meaningful error code explaining for which reason it canno
Version changes Version changes
--------------- ---------------
- 0.4.4 : minor clarification for block size
- 0.4.3 : clarifications for Huffman prefix code assignment example - 0.4.3 : clarifications for Huffman prefix code assignment example
- 0.4.2 : refactor FSE table construction process, inspired by Donald Pian - 0.4.2 : refactor FSE table construction process, inspired by Donald Pian
- 0.4.1 : clarifications on a few error scenarios, by Eric Lasota - 0.4.1 : clarifications on a few error scenarios, by Eric Lasota