mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
AsyncIO compression part 2 - added async read and asyncio to compression code (#3022)
* Compression asyncio: - Added asyncio functionality for compression flow - Added ReadPool for async reads, implemented in both comp and decomp flows
This commit is contained in:
parent
0b70da6277
commit
cc0657f27d
8 changed files with 590 additions and 301 deletions
|
|
@ -164,6 +164,7 @@ Advanced arguments :
|
|||
--filelist FILE : read list of files to operate upon from FILE
|
||||
--output-dir-flat DIR : processed files are stored into DIR
|
||||
--output-dir-mirror DIR : processed files are stored into DIR respecting original directory structure
|
||||
--[no-]asyncio : use asynchronous IO (default: enabled)
|
||||
--[no-]check : during compression, add XXH64 integrity checksum to frame (default: enabled). If specified with -d, decompressor will ignore/validate checksums in compressed frame (default: validate).
|
||||
-- : All arguments after "--" are treated as files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue