-
-
Notifications
You must be signed in to change notification settings - Fork 33k
bpo-46407: Optimizing power-of-2 operations #30628
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
Closed
thatbirdguythatuknownot
wants to merge
23
commits into
python:main
from
thatbirdguythatuknownot:patch-14
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
91c8463
bpo-46407: Optimizing power-of-2 and only-modulo operations
thatbirdguythatuknownot fe94b36
bpo-46407: Optimizing power-of-2 and only-modulo operations
thatbirdguythatuknownot 6a7cd93
📜🤖 Added by blurb_it.
blurb-it[bot] 76bdc42
bpo-46407: Optimizing power-of-2 and only-modulo operations
thatbirdguythatuknownot 8143a9c
bpo-46407: Optimizing power-of-2 and only-modulo operations
thatbirdguythatuknownot f1549f1
bpo-46407: Optimizing power-of-2 and only-modulo operations
thatbirdguythatuknownot f44b087
Update Misc/NEWS.d/next/Core and Builtins/2022-01-17-07-34-16.bpo-464…
thatbirdguythatuknownot 228413a
Update 2022-01-17-07-34-16.bpo-46407.00aN9w.rst
thatbirdguythatuknownot 9aaaf28
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot d6a01d9
Update 2022-01-17-07-34-16.bpo-46407.00aN9w.rst
thatbirdguythatuknownot 3cb24b9
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot ddb13d1
Update Misc/NEWS.d/next/Core and Builtins/2022-01-17-07-34-16.bpo-464…
thatbirdguythatuknownot 64bcd46
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot 74c426a
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot 4d0bdd6
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot d804fc0
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot 0704c4e
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot 2cd91e7
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot 488f584
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot 193de7f
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot f3bae41
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot 85b96f4
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot 9894db0
bpo-46407: Optimizing power-of-2 operations
thatbirdguythatuknownot 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
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Core and Builtins/2022-01-17-07-34-16.bpo-46407.00aN9w.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Optimized power-of-2 operations in ``Objects/longobject.c``. Patch by Jeremiah Vivian. |
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.