|
|
|
|
|
by subwindow
5193 days ago
|
|
Not really excited. Sorry. To me this is an incremental improvement to a method of GC that is just not going to cut it. Rubinius uses Generational GC. There are definitely some parts of Rubinius that are (currently) slower than MRI, but memory management stands to be one of places where Rubinius will demolish MRI in the long-run. JRuby/JVM uses (from what I understand) a Generational-first hybrid GC. There's been so much work and analysis done on the JVM that there's no way in hell any mark and sweep GC is going to compete. Honestly if MRI is going to remain competitive it needs to completely rethink the way it does GC. |
|