Commits

Nadav Rotem committed 88859978076
Simplify map() to a simple loop This commit simplifies map() of collections into a simple append-loop. The Swift optimizer can do a better job optimizing code without unsafe constructs. This change accelerates the MapReduce benchmark by 2x.