Hacker News new | ask | show | jobs
by vidarh 4121 days ago
It's because the main bottleneck for most apps that uses lots of gems is elsewhere (the load path grows with each extra gem, meaning a simple 'require' gets more and more expensive the more gems your app uses).