FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-108362: Incremental GC implementation by markshannon · Pull Request #116199 · python/cpython · GitHub

/ cpython Public

GH-108362: Incremental GC implementation - #116199

Closed
markshannon wants to merge 19 commits into
python:mainfrom
faster-cpython:incremental-gc
Closed

GH-108362: Incremental GC implementation#116199
markshannon wants to merge 19 commits into
python:mainfrom
faster-cpython:incremental-gc

Conversation

markshannon commented Mar 1, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Implements incremental cyclic GC.
Instead of traversing one generation on each collection, we traverse the young generation and the oldest part of the old generation. By traversing the old generation a chunk at a time, we keep pause times down a lot.

See faster-cpython/ideas#613 for the idea and algorithm.

Earlier PR that needed reverting: #108038

bedevere-app Bot mentioned this pull request Mar 1, 2024
markshannon closed this Mar 1, 2024
markshannon deleted the incremental-gc branch March 1, 2024 14:52
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL