mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Mask the setup overhead from copying of existential array in `Existential.Array.Mutating` by increasing the workload (5x). This way the overhead of copying is less than 5%. Remove the misguided attempt at solving this problem with `grabArray` method - there is no way to avoid this overhead because every sample should start from a fresh copy.
7.3 KiB
7.3 KiB