Skip to content

Add threading to opening subprocesses, where we wait for IO on a lot of pages

Jarek Prokop requested to merge speedup into master

The use case of this library, the Fedora Developer Portal has a big tree structure. The git commands switch directories to where the page file is located. This can result in waiting for IO if we do it in a single process.

Merge request reports