Title: Use 30-bit digits instead of 15-bit digits for Python integers. · Issue #48508 · python/cpython · GitHub
Open Graph Title: Use 30-bit digits instead of 15-bit digits for Python integers. · Issue #48508 · python/cpython
X Title: Use 30-bit digits instead of 15-bit digits for Python integers. · Issue #48508 · python/cpython
Description: BPO 4258 Nosy @tim-one, @loewis, @gpshead, @mdickinson, @pitrou, @vstinner, @tiran Dependencies bpo-5260: longobject.c: minor fixes, cleanups and optimizations Files pybench_results.txt: pybench resultsoptimize.patch: Improve mark's patc...
Open Graph Description: BPO 4258 Nosy @tim-one, @loewis, @gpshead, @mdickinson, @pitrou, @vstinner, @tiran Dependencies bpo-5260: longobject.c: minor fixes, cleanups and optimizations Files pybench_results.txt: pybench re...
X Description: BPO 4258 Nosy @tim-one, @loewis, @gpshead, @mdickinson, @pitrou, @vstinner, @tiran Dependencies bpo-5260: longobject.c: minor fixes, cleanups and optimizations Files pybench_results.txt: pybench re...
Opengraph URL: https://github.com/python/cpython/issues/48508
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Use 30-bit digits instead of 15-bit digits for Python integers.","articleBody":"BPO | [4258](https://bugs.python.org/issue4258)\n--- | :---\nNosy | @tim-one, @loewis, @gpshead, @mdickinson, @pitrou, @vstinner, @tiran\nDependencies | \u003cli\u003ebpo-5260: longobject.c: minor fixes, cleanups and optimizations\u003c/li\u003e\nFiles | \u003cli\u003e[pybench_results.txt](https://bugs.python.org/file11950/pybench_results.txt \"Uploaded as text/plain at 2008-11-06.11:29:03 by @mdickinson\"): pybench results\u003c/li\u003e\u003cli\u003e[optimize.patch](https://bugs.python.org/file11951/optimize.patch \"Uploaded as text/plain at 2008-11-06.11:30:56 by @vstinner\"): Improve mark's patch\u003c/li\u003e\u003cli\u003e[long_stat.patch](https://bugs.python.org/file11952/long_stat.patch \"Uploaded as text/plain at 2008-11-06.12:47:15 by @vstinner\")\u003c/li\u003e\u003cli\u003e[30bit_longdigit13.patch](https://bugs.python.org/file13108/30bit_longdigit13.patch \"Uploaded as text/plain at 2009-02-16.16:47:27 by @mdickinson\")\u003c/li\u003e\u003cli\u003e[30bit_longdigit13+optimizations.patch](https://bugs.python.org/file13118/30bit_longdigit13%2Boptimizations.patch \"Uploaded as text/plain at 2009-02-17.12:14:08 by @mdickinson\")\u003c/li\u003e\u003cli\u003e[pidigits.py](https://bugs.python.org/file13119/pidigits.py \"Uploaded as text/plain at 2009-02-17.17:25:57 by @pitrou\")\u003c/li\u003e\u003cli\u003e[30bit_longdigit14.patch](https://bugs.python.org/file13122/30bit_longdigit14.patch \"Uploaded as text/plain at 2009-02-17.18:17:13 by @mdickinson\")\u003c/li\u003e\u003cli\u003e[pidigits_noprint.py](https://bugs.python.org/file13127/pidigits_noprint.py \"Uploaded as text/plain at 2009-02-17.23:02:27 by @vstinner\")\u003c/li\u003e\u003cli\u003e[pidigits_bestof.py](https://bugs.python.org/file13132/pidigits_bestof.py \"Uploaded as text/plain at 2009-02-19.01:03:16 by @gpshead\"): pidigits benchmark w/warmup and 5 runs\u003c/li\u003e\u003cli\u003e[30bit_longdigit13+optimizations1.patch](https://bugs.python.org/file13137/30bit_longdigit13%2Boptimizations1.patch \"Uploaded as text/plain at 2009-02-19.09:27:32 by pernici\"): Improve mark's patch\u003c/li\u003e\u003cli\u003e[30bit_longdigit17.patch](https://bugs.python.org/file13142/30bit_longdigit17.patch \"Uploaded as text/plain at 2009-02-20.16:01:35 by @mdickinson\")\u003c/li\u003e\u003cli\u003e[30bit_longdigit17+asm.patch](https://bugs.python.org/file13149/30bit_longdigit17%2Basm.patch \"Uploaded as text/plain at 2009-02-22.12:19:18 by @mdickinson\")\u003c/li\u003e\u003cli\u003e[30bit_longdigit20.patch](https://bugs.python.org/file13164/30bit_longdigit20.patch \"Uploaded as text/plain at 2009-02-24.18:18:16 by @mdickinson\")\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = 'https://github.com/mdickinson'\nclosed_at = \u003cDate 2009-03-20.16:08:05.934\u003e\ncreated_at = \u003cDate 2008-11-04.10:45:10.677\u003e\nlabels = ['interpreter-core', 'performance']\ntitle = 'Use 30-bit digits instead of 15-bit digits for Python integers.'\nupdated_at = \u003cDate 2009-03-20.16:08:05.899\u003e\nuser = 'https://github.com/mdickinson'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2009-03-20.16:08:05.899\u003e\nactor = 'mark.dickinson'\nassignee = 'mark.dickinson'\nclosed = True\nclosed_date = \u003cDate 2009-03-20.16:08:05.934\u003e\ncloser = 'mark.dickinson'\ncomponents = ['Interpreter Core']\ncreation = \u003cDate 2008-11-04.10:45:10.677\u003e\ncreator = 'mark.dickinson'\ndependencies = ['5260']\nfiles = ['11950', '11951', '11952', '13108', '13118', '13119', '13122', '13127', '13132', '13137', '13142', '13149', '13164']\nhgrepos = []\nissue_num = 4258\nkeywords = ['patch']\nmessage_count = 78.0\nmessages = ['75491', '75492', '75494', '75512', '75513', '75518', '75520', '75522', '75534', '75536', '75539', '75540', '75551', '75553', '75559', '75560', '75561', '75562', '75695', '75718', '75720', '75746', '77769', '77770', '82116', '82250', '82251', '82318', '82319', '82320', '82321', '82325', '82326', '82342', '82344', '82345', '82346', '82347', '82348', '82350', '82362', '82364', '82368', '82374', '82375', '82385', '82386', '82404', '82407', '82424', '82425', '82426', '82428', '82429', '82430', '82431', '82432', '82433', '82434', '82444', '82445', '82448', '82458', '82466', '82468', '82469', '82533', '82538', '82563', '82599', '82669', '82792', '83389', '83467', '83772', '83773', '83774', '83865']\nnosy_count = 11.0\nnosy_names = ['tim.peters', 'loewis', 'collinwinter', 'gregory.p.smith', 'mark.dickinson', 'pitrou', 'pernici', 'vstinner', 'christian.heimes', 'jyasskin', 'schuppenies']\npr_nums = []\npriority = 'low'\nresolution = 'accepted'\nstage = 'patch review'\nstatus = 'closed'\nsuperseder = None\ntype = 'performance'\nurl = 'https://bugs.python.org/issue4258'\nversions = ['Python 2.7']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/mdickinson","@type":"Person","name":"mdickinson"},"datePublished":"2008-11-04T10:45:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":78},"url":"https://github.com/48508/cpython/issues/48508"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:e4316f4d-6c30-e78f-611f-291e2aa65d03 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E630:35B8D6:1D1F8F:290237:696A6489 |
| html-safe-nonce | 90208f47f7bcef57a3b8287faa5f9f20a49e600b98ec5a8af5cda8b1a6d22dc8 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNjMwOjM1QjhENjoxRDFGOEY6MjkwMjM3OjY5NkE2NDg5IiwidmlzaXRvcl9pZCI6IjE1MTY1MDQ3ODE2MzI5ODgyOTciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 31cd5c8398bf56d4fa861ba4b9adc7ac475a197b71a497fe32fb971ebb1ff04c |
| hovercard-subject-tag | issue:1198837004 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/48508/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7c0508b07e6c0f2c37bdfc43526f3308305ae2b593c3c15bb723da9c76d43791/python/cpython/issues/48508 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7c0508b07e6c0f2c37bdfc43526f3308305ae2b593c3c15bb723da9c76d43791/python/cpython/issues/48508 |
| og:image:alt | BPO 4258 Nosy @tim-one, @loewis, @gpshead, @mdickinson, @pitrou, @vstinner, @tiran Dependencies bpo-5260: longobject.c: minor fixes, cleanups and optimizations Files pybench_results.txt: pybench re... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | mdickinson |
| hostname | github.com |
| expected-hostname | github.com |
| None | 9b7735a184970dd9333b2cbe036c8f3c0a9108c64aaa93827c5a64fc70993392 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 87cbd411c2982752221b5751d583a515b23bf5fa |
| ui-target | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width