AndreaCensi / compmake

Compmake is a non-obtrusive module that provides Makefile-like facilities (including parallel processing) for batch Python applications.
http://compmake.org/
Other
17 stars 6 forks source link

better priority #86

Closed AndreaCensi closed 9 years ago

AndreaCensi commented 13 years ago

If jobs are at the same level, favor those whose parents are "almost" ready.

You can do this statically, actually, by visiting the tree in a depth-first fashion.