sábado, 19 de noviembre de 2011

Fastruby 0.0.16 released with ruby 1.9 support

Fastruby is a gem which allows to execute ruby code much faster than normal, currently in a state of transition between a spike and a usable gem, it is released when possible with incremental improvements.
The v0.0.16 release simply adds support for ruby 1.9, also fastruby was fixed for ruby 1.8 running with rvm (ruby1.8 patch 334), the big disclaimer here is that ruby1.9 specific code such fibers and new hash syntax won't work and fastruby is slower than ruby1.9 (both issues will be solved in next releases)
All code working with fastruby on ruby1.8 now will work with fastruby on ruby1.9.

Install

You can clone the repository at github:
git clone git://github.com/tario/fastruby.git
git checkout v0.0.16
Or install it using gem install:
gem install fastruby 
Platforms Supported
  • Ruby 1.8 patch 352
  • Ruby 1.8 patch 334 (tested using rvm)
  • Ruby 1.9 patch 180 (tested using rvm)


No hay comentarios:

Publicar un comentario