Speeding up Rails startup time
rhnh.net
Speeding up Rails startup time
1–10 of 33 posts
Re: Speeding up Rails startup time
#2Re: Speeding up Rails startup time
#3Wish I could vote for this to be in 1.9.3 as easily as I can vote for it on HN.
Re: Speeding up Rails startup time
#4* Wow, an O(n^2) require algo. I guess this really drives home that we shouldn't make basic assumptions about the quality of the libs we use without actually looking at them. Great catch.
* For all of you waiting for this to be pulled into Ruby master. Why not just patch your copy in the meantime?
Re: Speeding up Rails startup time
#5Re: Speeding up Rails startup time
#6Seriously? Ruby made it to 1.9.3 with this shitty of a module loader? Is the language written by a bunch of ass clowns or what?
There is quite a bit going on in module loading. I think reducing it to 'ass clowns' is a bit unwarranted.
[1]: publicly exposed as an array, but a hash internally for actual loading and checking to see if loaded already.
edit: fixed bigO notation
Re: Speeding up Rails startup time
#7Re: Speeding up Rails startup time
#8Re: Speeding up Rails startup time
#9Seriously? Ruby made it to 1.9.3 with this shitty of a module loader? Is the language written by a bunch of ass clowns or what?