rails / sdoc

Standalone sdoc generator
http://api.rubyonrails.org/
Other
823 stars 131 forks source link

Performance regression after rendering refactor #361

Closed p8 closed 6 months ago

p8 commented 6 months ago

Generating the docs is multiple factors slower on main. I've bisected it to the following commit: d08ca4d758f2633b9a2a49a045d56d4856c2e5e4. https://github.com/rails/sdoc/pull/312

jonathanhefner commented 6 months ago

Thank you for finding and bisecting this! :heart: