From: SASADA Koichi Date: 2013-08-13T19:14:59+09:00 Subject: [ruby-core:56596] Re: [ruby-trunk - Feature #8781][Open] Use require_relative() instead of require() if possible (2013/08/12 15:35), ko1 (Koichi Sasada) wrote: > Advantage: > * require_relative() is faster than require() especially with many gems. FYI: with Akira (Matsuda-san), we compare performance of require and require_relative to load thousands of files. Without Bundler, require_relative is good performance. However, with Bundler, require_relative does not help so much. Maybe most of Ruby user == Rails programmer use Bundler. So we can concentrate to discuss about "which is a good design?". -- // SASADA Koichi at atdot dot net