enb / enb-magic-platform

ENB make platform to create nodes and targets in runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize task detecting algorithm

qfox opened this issue · comments

There is something wrong right now:

$ time magic make desktop.examples/block/20-mail -n

real    0m8.445s
user    0m8.428s
sys 0m0.972s

$ time enb make examples desktop.examples/block/20-mail -n

real    0m6.447s
user    0m6.695s
sys 0m0.485s

And it should be optimized!