3 comments

[ 5.5 ms ] story [ 20.8 ms ] thread
Including "[Ruby]" in the title would be nice.
Note that this is from Nov 2011. Since then there's been a massive discussion about handling requires in a multi-thread environment. A lot of the problems with autoload comes from the fact that requiring isn't thread-safe, so if that gets fixed (global lock around requiring files) autoload won't be that bad anymore and might live on for another release.