mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
c2eccf2b4d
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. https://bugs.swift.org/browse/SR-3268