Depending on the kernel it can take quite some time to resolve module dependencies. I am proposing that we resolve these in parallel with the number of available CPUs on the system. This should help reduce the wall clock time when there are multiple cores available on the system.
I've done some testing and created #412 which seems to work in my environment, but I'm welcoming others to review and contribute to depmod resolution.
Depending on the kernel it can take quite some time to resolve module dependencies. I am proposing that we resolve these in parallel with the number of available CPUs on the system. This should help reduce the wall clock time when there are multiple cores available on the system.
I've done some testing and created #412 which seems to work in my environment, but I'm welcoming others to review and contribute to depmod resolution.