FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-95534: Improve gzip reading speed by 10% by rhpvorderman · Pull Request #97664 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-95534: Improve gzip reading speed by 10%
- #97664
#97664
Merged
gpshead
merged 33 commits into
python:main
python/cpython:main
from
rhpvorderman:gh-95534
rhpvorderman/cpython:gh-95534
Copy head branch name to clipboard
Oct 17, 2022
Conversation
Commits
33
(33)
Checks
Files changed
Merged
gh-95534: Improve gzip reading speed by 10%
#97664
gpshead
merged 33 commits into
python:main
python/cpython:main
from
rhpvorderman:gh-95534
rhpvorderman/cpython:gh-95534
Copy head branch name to clipboard
Commits
Commits on Sep 28, 2022
Add code from python-isal project
rhpvorderman
committed
1e13a89
View commit details
Copy full SHA for 1e13a89
Browse repository at this point
Reorder code
rhpvorderman
committed
6a5cdfd
View commit details
Copy full SHA for 6a5cdfd
Browse repository at this point
Add ZlibDecompressor
rhpvorderman
committed
809ad5f
View commit details
Copy full SHA for 809ad5f
Browse repository at this point
Add zlibdecompressor object
rhpvorderman
committed
03254b8
View commit details
Copy full SHA for 03254b8
Browse repository at this point
Fix compile warnings
rhpvorderman
committed
669848a
View commit details
Copy full SHA for 669848a
Browse repository at this point
Do not use class input
rhpvorderman
committed
69ff613
View commit details
Copy full SHA for 69ff613
Browse repository at this point
Fix lock stuff
rhpvorderman
committed
6fa43ae
View commit details
Copy full SHA for 6fa43ae
Browse repository at this point
Fix incorrect error handling
rhpvorderman
committed
cdc5972
View commit details
Copy full SHA for cdc5972
Browse repository at this point
Rework _GzipReader to be more efficient
rhpvorderman
committed
7820627
View commit details
Copy full SHA for 7820627
Browse repository at this point
Commits on Sep 30, 2022
Properly initialize zstate
rhpvorderman
committed
6f8b64a
View commit details
Copy full SHA for 6f8b64a
Browse repository at this point
Add blurb for increased gzip read speed
rhpvorderman
committed
3e2a4f5
View commit details
Copy full SHA for 3e2a4f5
Browse repository at this point
Make sure self->initialised is set to 0. Reword some comments.
rhpvorderman
committed
070df1c
View commit details
Copy full SHA for 070df1c
Browse repository at this point
Add appropriate doctype in blurb
rhpvorderman
committed
70b7d4d
View commit details
Copy full SHA for 70b7d4d
Browse repository at this point
Merge branch 'main' into gh-95534
rhpvorderman
authored
22d3893
View commit details
Copy full SHA for 22d3893
Browse repository at this point
Add missing NULL member to ZlibDecompressor_Members
rhpvorderman
committed
18a7692
View commit details
Copy full SHA for 18a7692
Browse repository at this point
Merge branch 'gh-95534' of github.com:rhpvorderman/cpython into gh-95534
rhpvorderman
committed
d54c8b5
View commit details
Copy full SHA for d54c8b5
Browse repository at this point
Remove double comment
rhpvorderman
committed
c90096f
View commit details
Copy full SHA for c90096f
Browse repository at this point
Use READ_BUFFER_SIZE in python -m gzip command line application
rhpvorderman
committed
1c15839
View commit details
Copy full SHA for 1c15839
Browse repository at this point
Fix error in news entry
rhpvorderman
committed
d0ff4f0
View commit details
Copy full SHA for d0ff4f0
Browse repository at this point
minor edit, use +=
gpshead
authored
afd92ab
View commit details
Copy full SHA for afd92ab
Browse repository at this point
Commits on Oct 2, 2022
Throw compile warning on zlib versions that are too old
rhpvorderman
committed
922ac5c
View commit details
Copy full SHA for 922ac5c
Browse repository at this point
Use bool instead of int
rhpvorderman
committed
dc7de61
View commit details
Copy full SHA for dc7de61
Browse repository at this point
Correct spelling of insufficient
rhpvorderman
committed
ca12c1f
View commit details
Copy full SHA for ca12c1f
Browse repository at this point
Put brackets around if statement
rhpvorderman
committed
1ce342b
View commit details
Copy full SHA for 1ce342b
Browse repository at this point
Remove strange default case
rhpvorderman
committed
0b7735e
View commit details
Copy full SHA for 0b7735e
Browse repository at this point
Remove unnecessary zero op
rhpvorderman
committed
043a376
View commit details
Copy full SHA for 043a376
Browse repository at this point
Change RetVal to return_value
rhpvorderman
committed
2a653a9
View commit details
Copy full SHA for 2a653a9
Browse repository at this point
Change char to bool
rhpvorderman
committed
475aef6
View commit details
Copy full SHA for 475aef6
Browse repository at this point
Properly bracketify if-else clause
rhpvorderman
committed
41ba076
View commit details
Copy full SHA for 41ba076
Browse repository at this point
Prefix underscore to _ZlibDecompressor name
rhpvorderman
committed
5f1901d
View commit details
Copy full SHA for 5f1901d
Browse repository at this point
Copy explanation about zdict from python docs into function docstring
rhpvorderman
committed
c5d6888
View commit details
Copy full SHA for c5d6888
Browse repository at this point
Merge branch 'gh-95534' of github.com:rhpvorderman/cpython into gh-95534
rhpvorderman
committed
9d60339
View commit details
Copy full SHA for 9d60339
Browse repository at this point
Commits on Oct 3, 2022
Add tests for _ZlibDecompressor
rhpvorderman
committed
e3da415
View commit details
Copy full SHA for e3da415
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL