Skip to content

Instantly share code, notes, and snippets.

@nadnerb
Created September 30, 2011 00:59
Show Gist options
  • Save nadnerb/1252373 to your computer and use it in GitHub Desktop.
Save nadnerb/1252373 to your computer and use it in GitHub Desktop.
ruby 1.9.2-p180 optimized require with rvm
curl https://raw.github.com/gist/1008945/7532898172cd9f03b4c0d0db145bc2440dcbb2f6/load.patch > /tmp/require-performance-fix.patch
rvm install ruby-1.9.2-p180 --patch /tmp/require-performance-fix.patch -n patched
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment