README in faster_rubygems-0.5.5 vs README in faster_rubygems-0.6.4

- old
+ new

@@ -54,10 +54,22 @@ $ time ruby examples/require_fast_start.rb ruby examples/require_fast_start.rb 0.04s user 0.02s system 46% cpu 0.121 total Note also that a few non conforming gems require the use of require 'rubygems' no matter what (they're pretty rare, though--you probably won't run into them, and I'm not aware of any). -Related projects: + +== Experimental == + +If you want to be more aggressive you can try loading it with its cousin, faster_require: + +$ gem install faster_require + +Now use it by default: + +1.9: $ export RUBYOPTS=-rfaster_rubygems_with_faster_require_too +1.8: >> require 'faster_rubygems/install_with_faster_require_too' # installs faster_rubygems, as above, but also loads faster_require along with it. + +== Related projects == http://github.com/fabien/minigems/tree/master 1.9's gem_prelude.rb http://www.ruby-forum.com/topic/191673 \ No newline at end of file