Ruby 2.6 is at least 2 times faster with new JIT: MJIT
JIT feature has been merged to Ruby 2.6 and here is an introduction to JIT. To install Ruby 2.6 with rvm use following commands:
rvm install 2.6.0-head
or rvm install ruby-head
rvm use ruby-2.6-head
Post a comment