Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GH-108362: Incremental GC implementation #116199

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
wants to merge 19 commits into from

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Mar 1, 2024

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 bedevere-app bot mentioned this pull request Mar 1, 2024
@markshannon markshannon closed this Mar 1, 2024
@markshannon markshannon deleted the incremental-gc branch March 1, 2024 14:52
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