Hacker News new | ask | show | jobs
by moneypenny 4863 days ago
dumb question I thought the GC tunings, e.g. RUBY_HEAP_MIN_SLOTS, were only available in REE, rather than MRI?
1 comments

starting with 1.9.3 they are also available on MRI, though not sure about 2.0.0 as there GC are highly refactored/optimized.

> Starting with Ruby 1.9.3, the GC in mainstream ruby can also be tuned

http://www.web-l.nl/posts/15-tuning-ruby-s-garbage-collector...

Would love to see the updated test once Ruby 2.0 is out in a few days time.
Brilliant - thanks, hadn't found that info.