Skip to content

add parallel installation

Simone Mosciatti requested to merge parallel_install2 into master

Use threads to do the installation in parallel.

It might help performance.

Also, this is a very simple implementation, maybe the use of a thread pool is to be considered.

Merge request reports