On Wed, Dec 22, 2010 at 1:33 PM, Charles Oliver Nutter
<head...@headius.com> wrote:
> Here's my naïve change and the impact to perf with around 500 installed gems:
>
> https://gist.github.com/751969

A note of clarification... the first two times there are without the
patch (obviously), and the first time is with an uncached filesystem
(cold). So you kinda can see worst and best-case performance scanning
500 gems for plugins under JRuby.

I'm guessing there's also potential fixes for that scanning process,
all the way up to caching lists plugins on install (i.e. eliminating
future scans altogether), but this is a good quick fix for
non-command-line rubygems use.

- Charlie
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to