]> git.ipfire.org Git - thirdparty/zstd.git/commit
AsyncIO performance regression for small files fix (#3474)
authorYonatan Komornik <11005061+yoniko@users.noreply.github.com>
Thu, 2 Feb 2023 23:19:22 +0000 (15:19 -0800)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2023 23:19:22 +0000 (15:19 -0800)
commit79bdb8cbb6232370336c2da0d1cc7610b67bb35d
treeb26d425666cf7c5448163056897d1c1ad4440c98
parent71a0259247829546cd639e379a8c47384ed96a26
AsyncIO performance regression for small files fix (#3474)

- Do not use threaded AsyncIO when handling small files.
- Some typo / doc fixes
programs/fileio.c
programs/fileio_asyncio.c
programs/fileio_asyncio.h