]> git.ipfire.org Git - thirdparty/zstd.git/commit
disable asyncio during compression
authorYann Collet <yann.collet.73@gmail.com>
Sat, 25 Oct 2025 07:50:55 +0000 (00:50 -0700)
committerYann Collet <yann.collet.73@gmail.com>
Sat, 25 Oct 2025 07:50:55 +0000 (00:50 -0700)
commit44cd3c8451dbd64d40725655bebcb9b7d245e87d
treed3cd54bcf1942c3b274e66a16b4eddfa1a2713b0
parent6e58e9a2c42ea344708b72a14052b3bd4581e118
disable asyncio during compression

it's not helpful for performance, and can in some times be detrimental.
the synchronous mode is also much easier to follow and debug.
programs/fileio.c