Y
Hacker News
new
|
ask
|
show
|
jobs
by
kilotaras
4113 days ago
I'm torn on this one. It's a great performance improvement, but on the other hand I would expect this way sooner than after almost 4 years of usage.
1 comments
vidarh
4113 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).
link