Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncIO compression part 2 - added async read and asyncio to compression code #3022

Merged
merged 25 commits into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d78ba8a
Refactored fileio.c:
yoniko Jan 21, 2022
f16ed30
Bugfix - rename fileio_asycio to fileio_asyncio
yoniko Jan 21, 2022
d95ef84
Added copyrights & license to new files
yoniko Jan 22, 2022
6a36ac7
CR fixes
yoniko Jan 24, 2022
1bccf20
Compression asyncio:
yoniko Jan 24, 2022
4ef1ddd
CR fixes (naming conventions)
yoniko Jan 24, 2022
2255280
Reverted whitespace changes
yoniko Jan 22, 2022
7366119
CR fixes (naming conventions)
yoniko Jan 24, 2022
307a9cd
Merge remote-tracking branch 'origin/dev' into compression_asyncio_af…
yoniko Jan 24, 2022
2cbc104
Small cosmetic changes
yoniko Jan 24, 2022
512e5a3
CR fixes
yoniko Jan 25, 2022
f1715ef
CR fixes - disabled sparse write for compression
yoniko Jan 25, 2022
4cac292
Asyncio Compression: significantly reduced the number of memcpys
yoniko Jan 26, 2022
a5de446
Asyncio Compression: fixed write error messages
yoniko Jan 26, 2022
494d81f
Merge remote-tracking branch 'origin/dev' into compression_asyncio_af…
yoniko Jan 26, 2022
0f5f6ed
Asyncio Compression: CR fixes
yoniko Jan 26, 2022
53d68e0
Asyncio Compression: Changed asyncio to be default behaviour and adju…
yoniko Jan 26, 2022
00ecfcb
fix output line
yoniko Jan 26, 2022
99a0b5d
Asyncio compression: fix a bug in lz4 usage
yoniko Jan 27, 2022
c989e44
CR fixes
yoniko Jan 27, 2022
7007744
Bug fix
yoniko Jan 27, 2022
a74321f
addFrame now uses a specific level so it won't crash with lz4
yoniko Jan 29, 2022
cd20f44
remove tmplimit when tests done
yoniko Jan 31, 2022
5946fe5
turn off autoflush for lz4 to mitigate level 12 bug
yoniko Jan 31, 2022
9336a2b
Updated license for new files
yoniko Jan 31, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading