From: Nikolai Weibull Date: 2011-11-01T08:02:02+09:00 Subject: [ruby-core:40583] Re: [ruby-trunk - Feature #5427] Not complex patch to improve `require` time (load.c) On Mon, Oct 31, 2011 at 22:54, Yura Sokolov wrote: > I have a report from one man about it's application startup time with and without patch: > > $ time ./bin/rails runner 'puts' > > 1.9.3-p0 without patch: > real 0m22.683s > user 0m21.417s > sys 0m0.956s > > with patch: > real 0m17.806s > user 0m16.633s > sys 0m0.892s Really? Sounds way too good. I can���t help but wonder what the times would be if a hash was used instead of a sorted array.