Commit e342ac4
authored
Don't reserveCapacity in append(contentsOf:), it breaks API guarantees of asymptotic complexity (swiftlang#65927)
Don't reserveCapacity in append(contentsOf:), it breaks API guarantees of asymptotic complexity. Fixes rdar://1095772731 parent ef078f4 commit e342ac4
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
463 | | - | |
464 | 462 | | |
465 | 463 | | |
466 | 464 | | |
| |||
0 commit comments