-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
bpo-43613: Faster implementation of gzip.compress and gzip.decompress #27941
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
22 commits
Select commit
Hold shift + click to select a range
608876c
Add test for zlib.compress wbits
rhpvorderman 12fb5a5
Add wbits argument to zlib.compress
rhpvorderman 1b34510
Use clinic to generate input
rhpvorderman 4e90311
Update documentation for zlib
rhpvorderman 9717252
Add blurb news entry for zlib.compress wbits parameter
rhpvorderman d70390e
Fix doc typo
rhpvorderman c819e3e
Remove unnecessary whitespace, add punctionation and complete sentences.
rhpvorderman 1f3481f
Break line to comply with PEP-7
rhpvorderman 8019932
Update blurb to include :func: reference
rhpvorderman 0ea98cf
Remove erroneous double backticks
rhpvorderman d1c86dc
Faster gzip.compress implementation
rhpvorderman 19a0358
More efficiently decompress gzip files in memory
rhpvorderman 5155857
Ensure correct endianness
rhpvorderman fa188a6
Remove redundant line
rhpvorderman 4e76cf5
Fix typos and test errors
rhpvorderman 0280c95
Revert changing default on compress for backwards compatibility
8000
rhpvorderman 8ddee29
Update documentation with gzip speed improvements
rhpvorderman 77f79fd
Add a blurb for gzip speed improvements
rhpvorderman ca3e543
Use + instead of bytes.join() method
rhpvorderman f881f7e
Reword docstring for read_gzip_header
rhpvorderman 97a8100
Update docstring for gzip.compress
rhpvorderman eeb7766
Use subtest for zlib.compress/decompress test.
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
More efficiently decompress gzip files in memory
- Loading branch information
commit 19a03589391d643a4c1fccdd2a106e8e9e0ccb08
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.