Skip to content
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

Consider how or if it makes sense to measure the effects of garbage compaction #15

Open
michaelherold opened this issue Nov 20, 2020 · 0 comments

Comments

@michaelherold
Copy link
Owner

Ruby 2.7 added the ability to compact the heap during garbage collection so that memory is less fragmented, thereby lowers the necessary memory for a program. I'm wondering if there is something we should tie into the gem around this?

It seems like this might be related to #1, but could be entirely separate.

Aaron Patterson's gist for visualizing the heap might be useful for learning what we can do.

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

No branches or pull requests

1 participant