Please to announce release code-named "spooky" of fast rubygems.
Changelog:
added 'frubygems'
as an additional require option
Synopsis:
require 'frubygems' # takes about 1/5th the time of doing a require
'rubygems'
Essentially gem_prelude for 1.8
README:
A helper to dramatically speedup the time it takes to load rubygems
require 'rubygems' no longer has to sap valuable time from your life
[...]
== installation =
git clone
git://github.com/rogerdpack/faster_rubygems.git
ruby faster_rubygems/install.rb # done!