Comment #9 on issue 141 by mike.lifeguard: get_pages_in_category() is slow
on large categories
http://code.google.com/p/perlwikipedia/issues/detail?id=141
Never mind, highlimits isn't used there, so no use testing. max should be
used for list methods, and we should verify that highlimits is used where
appropriate for query methods.
Fixed in r458 - I'm going to release this to CPAN as a trial release.
Please test it, and confirm the fix works as expected.
With 3.2.5-TRIAL, my test case takes just 52 seconds. It would be nice to
make it configurable, but that's a much lower priority now that it works
reasonably well by default.
Comment #11 on issue 141 by mike.lifeguard: get_pages_in_category() is slow
on large categories
http://code.google.com/p/perlwikipedia/issues/detail?id=141
Released to CPAN & downloads on Google Code.