We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3605e11 commit 4d3c005Copy full SHA for 4d3c005
Doc/library/compression.zstd.rst
@@ -253,7 +253,9 @@ Compressing and decompressing data in memory
253
the next frame. *size* will be written into the frame header of the next
254
frame unless :attr:`CompressionParameter.content_size_flag` is ``False``
255
or ``0``. A size of ``0`` means that the frame is empty. If *size* is
256
- ``None``, the frame header will omit the frame size.
+ ``None``, the frame header will omit the frame size. Frames that include
257
+ the uncompressed data size require less memory to decompress, especially
258
+ at higher compression levels.
259
260
If :attr:`last_mode` is not :attr:`FLUSH_FRAME`, a
261
:exc:`RuntimeError` is raised as the compressor is not at the start of
0 commit comments