Narihiro Nakamura: Ruby’s GC Innovator

Narihiro Nakamura has made a number of key
improvements to Ruby’s GC algorithm

I first came across Narihiro Nakamura’s name while researching an article about garbage collection I wrote back in March. He had just committed a large code change to the upcoming MRI Ruby 2.0 release enabling a new garbage collection technique called “bitmap marking,” which promises to speed up your apps by improving the way Ruby processes work with shared memory. Later I watched a video of a great presentation Narihiro did at RubyConf Argentina 2011 called Parallel worlds of CRuby's GC about a garbage collection technique called “parallel marking.” Then I noticed on his web site that Narihiro had committed various other GC related code changes to Ruby over the past few years. It was clear that garbage collection has been an ongoing passion for Narihiro – a passion that benefits all of us!

This month I decided to interview Narihiro for RubySource – I was curious to learn more about him and his work. Because of the language barrier we conversed via email, unlike my other RubySource interviews, but I’ve included his original Japanese answers here for those of you who understand Japanese. Read the interview on RubySource.com to learn more about Narihiro, and to get a sense of all the improvements Narihiro and the core team have made to GC over the past few years.