Avatar
https://github.com/apple/swift/pull/15214 で懸念されている件のベンチマークが追加されたみたいですね。
Dictionary and Set currently exhibit O(n^2) behavior for certain operations involving copying elements in bulk. Add benchmarks to verify an upcoming fix and to catch regressions later. This is part...