apple / swift-async-algorithms

Async Algorithms for Swift
Apache License 2.0
3.06k stars 151 forks source link

Depend on specific products from swift-collections #307

Closed erichoracek closed 8 months ago

erichoracek commented 9 months ago

Before this change, once consumers update to SwiftCollections 1.1.0 they'll pull in all of the new collection dependencies (HashTree, BitCollections, etc.). In our case, this increased our binary size by ~1MB. To fix this, we switch to only depending on what we need.

FranzBusch commented 8 months ago

@swift-ci please test