Sha256: ba1a5181f1ccb37e9b976f617d2eb3b4c8e10fefb784f3346d7b7b6a1bb0c6b3

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

A little utility to make
require 'xxx'

take much less time.

This is almost *necessary* for using 1.9.x on windows, and helps with 1.8, too.

If you've ever wondered why ruby feels slow...sometimes it's just the startup time, my friend.  This helps with that.

Benchmarks:

loading

  fast 0.34375 slow 3.203125


test rails app, running script/console "puts 333"

windows:
 1.9.1
   without:
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fast_require-0.3.3 README