gist.github.com
23 Nov '12, 2pm
Appena provato le patch falcon su Ruby 1.9.3-p194.. tempi di caricamento Rails più che dimezzati, da non crederci!
Patched ruby 1.9.3-p194 for 30% faster rails boot What is? This script installs a patched version of ruby 1.9.3-p194 with patches for boot-time performance improvements (#66 and #68), and runtime performance improvements (#83 and #84). It also includes the new backported GC from ruby-trunk. Huge thanks to funny-falcon for the performance patches. http://github.com/ruby/ruby/pull/66 http://github.com/ruby/ruby/pull/68 http://github.com/ruby/ruby/pull/83 http://github.com/ruby/ruby/pull/84 What I need? rbenv ruby-build OR rvm How do I do? If you're using rbenv : curl https://raw.github.com/gist/2600122/rbenv.sh | sh && rbenv global 1.9.3-p194-perf If you're using rvm : rvm get head && rvm reinstall 1.9.3-perf --patch falcon BONUS! Putting the following in your shell config (eg. ~/.bash_profile ) will make Rails even faster, but will increase its memory footprint: export RUBY...
Full article:
https://gist.github.com/2600122