clearlinux / mixer-tools

Software update mixer and related tools
Apache License 2.0
27 stars 37 forks source link

Parallelize linkPeersAndChange #725

Closed jwakre closed 4 years ago

jwakre commented 4 years ago

Linking manifests is a scalability bottleneck when using a large number of bundles. The linkPeersAndChange function is executed serially, so parallelizing it should improve performance.