Skip to content

feat(util): parallelize srcinfo generation

Levente Polyak requested to merge feature/speedup-mksrcinfo into master

Heavily improve the runtime of huge split packages, by creating an own parallelized high level implementation of the makepkg low level building blocks for srcinfo generation.

This reduces the runtine to generate the srcinfo file for thunderbird from 24 seconds down to 1 second.

Merge request reports