Files
swift-mirror/benchmark/single-source/FlattenList.swift
Michael Gottesman 4d76ff9681 [benchmark] Add two benchmarks that show performance of flattening an array.
The first is a naive imperative approach using appends in a loop. The second
uses flatMap. We would like both of these to have equivalent performance.
2018-10-28 15:55:26 -07:00

1.6 KiB