Commits

Dmitri Hrybenko committed 0af19e7ff36
stdlib: use unsafeBitCast to implement map() and filter() on top of lazy() Array(other_collection) is using an optimized code path for copying collections. An explicit for loop does not. This commit should recover the performance regression in rdar://20530390. Swift SVN r27313