Vote #81109
完了Replace Hash#merge! with Hash#[]=
開始日:
2022/05/09
期日:
進捗率:
0%
予定工数:
Redmineorg_URL:
category_id:
53
version_id:
152
issue_org_id:
34160
author_id:
332
assigned_to_id:
332
comments:
2
status_id:
5
tracker_id:
3
plus1:
0
affected_version:
closed_on:
affected_version_id:
説明
@Hash#[]=@ is faster than @Hash#merge!@.
https://docs.rubocop.org/rubocop-performance/cops_performance.html#performanceredundantmerge
https://github.com/JuanitoFatas/fast-ruby#hashmerge-vs-hash-code
Replacement can be done with RuboCop:
bundle exec rubocop --only Performance/RedundantMerge -a
journals
Done.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
いいね!0