Fast group_by is an Enumerable#group_by implementation that uses hash instead of OrderedHash and is thus faster, but not ordered.
Wes Oldenbeuving
gem "fast_group_by", "~> 0.1.1"