Skip to content
Discussion options

You must be logged in to vote

It's the amount of already allocated and still used objects (the scanning itself) which needs the biggest part.

That makes sense, if there's a lot of memory allocated then the gc scan will always take some time.

There are some early stage efforts to mark buffers which are pure data so that they can be skipped by the gc scan pass, see #19367

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mungewell
Comment options

Comment options

You must be logged in to vote
1 reply
@mungewell
Comment options

Comment options

You must be logged in to vote
1 reply
@mungewell
Comment options

Comment options

You must be logged in to vote
2 replies
@projectgus
Comment options

Answer selected by mungewell
@mungewell
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants