This message was deleted.
# native
s
This message was deleted.
d
To improve further the parallel work (once the worker count can be higher). We could enable the
--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.