jackc / edge

Edge provides graph functionality to ActiveRecord.
MIT License
90 stars 10 forks source link

Use #flat_map instead of #map{}.flatten #8

Closed TheKidCoder closed 10 years ago

TheKidCoder commented 10 years ago

Using flat_map seems to have measurable performance gains over map.flatten.

Bit more info here: http://gistflow.com/posts/578-use-flat_map-instead-of-map-flatten