ruby / rdoc

RDoc produces HTML and online documentation for Ruby projects.
https://ruby.github.io/rdoc/
Other
841 stars 438 forks source link

Improve performance for many unresolved includes/extends #1127

Open Earlopain opened 4 months ago

Earlopain commented 4 months ago

Potential fix for #1126. The code example previously doesn't finish at all, now it does it instantly.

All existing tests pass, other than that I can't reason much more about this change expect that it fixes that particular problem.

Added a performance test and enabled a different one that just wasn't running