jhawthorn / actionview_precompiler

Precompiles ActionView templates at app boot for Rails 6+
MIT License
144 stars 11 forks source link

Use DFS instead of recursive flat_map #33

Closed jhawthorn closed 1 year ago

jhawthorn commented 1 year ago

This should avoid some allocations and stack depth, though I don't expect a significant difference to performance.