Misplaced Pages

YARV

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Koichi's Ruby Interpreter) Interpreter for the Ruby programming language
YARV
Developer(s)Koichi Sasada
Stable release3.4.1 Edit this on Wikidata / 25 December 2024; 0 days ago (25 December 2024)
Repositorygithub.com/ruby/ruby
Written inC
Operating systemCross-platform
PredecessorRuby MRI
TypeRuby Virtual Machine
LicenseRuby License
Websitewww.ruby-lang.org

YARV (Yet another Ruby VM) is a bytecode interpreter that was developed for the Ruby programming language by Koichi Sasada. The goal of the project was to greatly reduce the execution time of Ruby programs.

Since YARV has become the official Ruby interpreter for Ruby 1.9, it is also named KRI (Koichi's Ruby Interpreter), in the same vein as the original Ruby MRI, named in honor of Ruby's creator Yukihiro Matsumoto.

Performance

Benchmarks by rubychan.de showed significant increases in performance. Benchmarks by Antonio Cangiano showed speed improvements over other Ruby VMs, with 1.9 on average four times faster than the original interpreter. All evaluations comprised a mix of mostly synthetic benchmarks.

History

YARV was merged into the Ruby Subversion repository on January 1, 2007. It was released as part of Ruby 1.9.0 on December 26, 2007, replacing Ruby MRI.

See also

References

  1. ""Ruby 3.2.1 Released"".
  2. Sasada, Koichi (16 October 2005). YARV: yet another RubyVM (PDF). p. 158. doi:10.1145/1094855.1094912. ISBN 1-59593-193-7. {{cite book}}: |website= ignored (help)
  3. "Benchmarks: Ruby 1.8 and Ruby 1.9". rubychan.de.
  4. Cangiano, Antonio (2007-12-16). "The Great Ruby Shootout". November 2007 tests
  5. Cangiano, Antonio (2009-02-07). "The Great Ruby Shootout (December 2008)".
  6. Yukihiro Matsumoto; Koichi Sasada (16 February 2007). "The Ruby VM: Episode I". Gray Productions. Archived from the original on May 26, 2012.
  7. "merge YARV announcement by Koichi Sasada".

External links

Ruby programming language
Implementations
Active
Discontinued
IDE
Applications
Libraries and frameworks
Server software
People
Other


Stub icon

This programming-language-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: