mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Previously the implementation of NSFastEnumerationIterator would cause many allocations and was overly complex; leading to poor performance in certain cases like DirectoryEnumerator etc. This version instead acts more similarly to how the objc for-in syntax works. Resolves: rdar://problem/30905263 and partially addresses some of the concerns backing: rdar://problem/30195113
4.4 KiB
4.4 KiB