-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-95534: Improve gzip reading speed by 10% #97664
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
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1e13a89
Add code from python-isal project
rhpvorderman 6a5cdfd
Reorder code
rhpvorderman 809ad5f
Add ZlibDecompressor
rhpvorderman 03254b8
Add zlibdecompressor object
rhpvorderman 669848a
Fix compile warnings
rhpvorderman 69ff613
Do not use class input
rhpvorderman 6fa43ae
Fix lock stuff
rhpvorderman cdc5972
Fix incorrect error handling
rhpvorderman 7820627
Rework _GzipReader to be more efficient
rhpvorderman 6f8b64a
Properly initialize zstate
rhpvorderman 3e2a4f5
Add blurb for increased gzip read speed
rhpvorderman 070df1c
Make sure self->initialised is set to 0. Reword some comments.
rhpvorderman 70b7d4d
Add appropriate doctype in blurb
rhpvorderman 22d3893
Merge branch 'main' into gh-95534
rhpvorderman 18a7692
Add missing NULL member to ZlibDecompressor_Members
rhpvorderman d54c8b5
Merge branch 'gh-95534' of github.com:rhpvorderman/cpython into gh-95534
rhpvorderman c90096f
8000
Remove double comment
rhpvorderman 1c15839
Use READ_BUFFER_SIZE in python -m gzip command line application
rhpvorderman d0ff4f0
Fix error in news entry
rhpvorderman afd92ab
minor edit, use +=
gpshead 922ac5c
Throw compile warning on zlib versions that are too old
rhpvorderman dc7de61
Use bool instead of int
rhpvorderman ca12c1f
Correct spelling of insufficient
rhpvorderman 1ce342b
Put brackets around if statement
rhpvorderman 0b7735e
Remove strange default case
rhpvorderman 043a376
Remove unnecessary zero op
rhpvorderman 2a653a9
Change RetVal to return_value
rhpvorderman 475aef6
Change char to bool
rhpvorderman 41ba076
Properly bracketify if-else clause
rhpvorderman 5f1901d
Prefix underscore to _ZlibDecompressor name
rhpvorderman c5d6888
Copy explanation about zdict from python docs into function docstring
rhpvorderman 9d60339
Merge branch 'gh-95534' of github.com:rhpvorderman/cpython into gh-95534
rhpvorderman e3da415
Add tests for _ZlibDecompressor
rhpvorderman 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
Next
Next commit
Add code from python-isal project
- Loading branch information
commit 1e13a8924cd1161e6c37b9238204bdd1a39b5dac
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
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.