Skip to content
Closed
317 changes: 0 additions & 317 deletions Include/internal/pycore_blocks_output_buffer.h

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
In Python 3.10 a change was made that enhanced the performance of the zlib,
bz2 and lzma modules when operating on large (multiple megabytes) in-memory
buffers. However this came at the cost of a performance degradation for
smaller buffers. Since smaller buffers are used more often, particularly
during streaming, the change was reverted.
Loading