By ramysamy
via bugs.ruby-lang.org
Published: Nov 02 2012 / 01:28
Starting a large application in Ruby is slow. Most of the startup time is not spent in the actual work of loading files and running Ruby code, but in bookkeeping in the 'require' implementation.
Add your comment