You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: