-
Tan Le authored
This MR replaces hash array syntax with `each_with_object` to create a hash of commits. This approach avoids a large number of object allocations.
7e7a4b54
This MR replaces hash array syntax with `each_with_object` to create a hash of commits. This approach avoids a large number of object allocations.