Slackbot
04/27/2020, 9:54 PMdaniel
04/28/2020, 12:44 PM--parallel
flag so slower projects to compile aren’t preventing faster projects to build while we wait for them. The timeline show some gap which is hinting that we could see some improvement. This picture show the effect of not having parallel enabled where the compile task in :ntcore
is waiting for the tasks inside :hal
to finish. It overlap a little bit because the compilation is sent to the worker which release the lock earlier and allow other projects to start.