Become a sponsor to Koichi Sasada
Koichi Sasada is one of the Ruby interpreter developers. He has designed and implemented a core parts of Ruby interpreter such as a virtual machine (called YARV since Ruby 1.9.0), threading systems (since 1.9.0), generational garbage collector (since Ruby 2.1) and so on. He is currently working on designing and implementing Ruby's new parallel/concurrent abstraction.
I don't offer any rewards for levels other than the badge.
And you can ask me any questions and make any requests without sponsorship.
Please contact me at http://www.atdot.net/~ko1/ (or Task request).
Thank you for your supports. I wonder so many people sponsor me without any rewards.
Your support will be used for maintenance CI machines in my home, used by benchmark and high-speed response CI (2-3 min), mac ci and so on (maybe it can cover some of the electricity bill).
Personal efforts to improve the quality of Ruby interpreter (2022, Koichi Sasada) is an activity report about this sponsorship. Thank you again.
Featured work
-
ko1/allocation_tracer
Add ObjectSpace::AllocationTracer module.
C 439 -
Ruby 472
-
ko1/gc_tracer
Add GC::Tracer module.
C 307