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:
You can clone the repository at github:
git clone git://github.com/tario/fastruby.gitOr install it using gem install:
git checkout v0.0.16
gem install fastrubyPlatforms Supported
- Ruby 1.8 patch 352
- Ruby 1.8 patch 334 (tested using rvm)
- Ruby 1.9 patch 180 (tested using rvm)