mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
d108288c2f
Use attr_reader/attr_writer instead of methods method is 12% slower Use flat_map over map.flatten(1) flatten is 66% slower Use hash[]= instead of hash.merge! with single arguments merge! is 166% slower See https://github.com/rails/rails/pull/32337 for more conversation |
||
---|---|---|
.. | ||
actionpack | ||
activerecord | ||
fixtures | ||
lib/controller | ||
template | ||
ujs | ||
abstract_unit.rb | ||
active_record_unit.rb |