Skip to content

Instantly share code, notes, and snippets.

@headius
Created June 30, 2010 18:34
Show Gist options
  • Select an option

  • Save headius/459052 to your computer and use it in GitHub Desktop.

Select an option

Save headius/459052 to your computer and use it in GitHub Desktop.
~/projects/jruby ➔ time jruby -rubygems -e 1
real 0m2.162s
user 0m2.329s
sys 0m0.217s
~/projects/jruby ➔ time rake -V
rake, version 0.8.7
real 0m2.258s
user 0m2.485s
sys 0m0.221s
~/projects/jruby ➔ gem install faster_rubygems
Building native extensions. This could take a while...
faster_rubygems installed into your site_ruby directory.
If you're on 1.9 please set your RUBYOPT env. variable thus, to use it:
$ export RUBYOPT=--disable-gems -rfaster_rubygems
or (windows)
C:>set RUBYOPT=--disable-gems -rfaster_rubygems
Successfully installed faster_rubygems-0.11.1
1 gem installed
Installing ri documentation for faster_rubygems-0.11.1...
Installing RDoc documentation for faster_rubygems-0.11.1...
~/projects/jruby ➔ time jruby -rubygems -e 1
real 0m1.057s
user 0m0.957s
sys 0m0.139s
~/projects/jruby ➔ time rake -V
rake, version 0.8.7
real 0m1.310s
user 0m1.282s
sys 0m0.158s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment