-
Notifications
You must be signed in to change notification settings - Fork 2.4k
AsyncIO compression part 2 - added async read and asyncio to compression code #3022
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
Merged
yoniko
merged 25 commits into
facebook:dev
from
yoniko:compression_asyncio_after_refactor
Jan 31, 2022
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d78ba8a
Refactored fileio.c:
yoniko f16ed30
Bugfix - rename fileio_asycio to fileio_asyncio
yoniko d95ef84
Added copyrights & license to new files
yoniko 6a36ac7
CR fixes
yoniko 1bccf20
Compression asyncio:
yoniko 4ef1ddd
CR fixes (naming conventions)
yoniko 2255280
Reverted whitespace changes
yoniko 7366119
CR fixes (naming conventions)
yoniko 307a9cd
Merge remote-tracking branch 'origin/dev' into compression_asyncio_af…
yoniko 2cbc104
Small cosmetic changes
yoniko 512e5a3
CR fixes
yoniko f1715ef
CR fixes - disabled sparse write for compression
yoniko 4cac292
Asyncio Compression: significantly reduced the number of memcpys
yoniko a5de446
Asyncio Compression: fixed write error messages
yoniko 494d81f
Merge remote-tracking branch 'origin/dev' into compression_asyncio_af…
yoniko 0f5f6ed
Asyncio Compression: CR fixes
yoniko 53d68e0
Asyncio Compression: Changed asyncio to be default behaviour and adju…
yoniko 00ecfcb
fix output line
yoniko 99a0b5d
Asyncio compression: fix a bug in lz4 usage
yoniko c989e44
CR fixes
yoniko 7007744
Bug fix
yoniko a74321f
addFrame now uses a specific level so it won't crash with lz4
yoniko cd20f44
remove tmplimit when tests done
yoniko 5946fe5
turn off autoflush for lz4 to mitigate level 12 bug
yoniko 9336a2b
Updated license for new files
yoniko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.