universal icon indicating copy to clipboard operation
universal copied to clipboard

perf: run hashing and lipo in parallel

Open radex opened this issue 2 years ago • 0 comments

lipo-ing one binary does not depend on the output of previous lipo, so we can safely run it in parallel. Nothing fancy is required for that, just moving from awaiting sequentially to awaiting an array of promises. This gives an awesome speedup.

radex avatar Jan 30 '23 12:01 radex