This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Use a more principled approach to freelists
Type: performance Stage: patch review
Components: Interpreter Core Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Mark.Shannon Nosy List: Mark.Shannon
Priority: normal Keywords: patch

Created on 2021-10-22 16:20 by Mark.Shannon, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 29165 closed Mark.Shannon, 2021-10-22 16:21
Messages (1)
msg404788 - (view) Author: Mark Shannon (Mark.Shannon) * (Python committer) Date: 2021-10-22 16:20
We have multiple freelists for performance, but they are adhoc and poorly integrated with the underlying allocator.

Improving this should give us a decent speedup.
History
Date User Action Args
2022-04-11 14:59:51adminsetgithub: 89738
2021-10-22 16:21:16Mark.Shannonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request27439
2021-10-22 16:20:28Mark.Shannoncreate