optimize int division · Issue #90564 · python/cpython (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
BPO | 46406 |
---|---|
Nosy | @tim-one, @rhettinger, @gpshead, @mdickinson |
PRs | bpo-46406: Faster single digit int division. #30626bpo-46504: faster code for trial quotient in x_divrem() #30856 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = <Date 2022-01-23.10:01:22.679> created_at = <Date 2022-01-16.23:38:29.594> labels = ['3.11', 'performance'] title = 'optimize int division' updated_at = <Date 2022-01-25.01:06:10.163> user = 'https://github.com/gpshead'
bugs.python.org fields:
activity = <Date 2022-01-25.01:06:10.163> actor = 'tim.peters' assignee = 'none' closed = True closed_date = <Date 2022-01-23.10:01:22.679> closer = 'mark.dickinson' components = [] creation = <Date 2022-01-16.23:38:29.594> creator = 'gregory.p.smith' dependencies = [] files = [] hgrepos = [] issue_num = 46406 keywords = ['patch'] message_count = 5.0 messages = ['410735', '410736', '410739', '411358', '411541'] nosy_count = 4.0 nosy_names = ['tim.peters', 'rhettinger', 'gregory.p.smith', 'mark.dickinson'] pr_nums = ['30626', '30856'] priority = 'normal' resolution = None stage = 'resolved' status = 'closed' superseder = None type = 'performance' url = 'https://bugs.python.org/issue46406' versions = ['Python 3.11']