Files
mixer-tools/builder
Tudor Marcu 1e57943733 Release v4.6.2
This release further parallelizes the delta creation code to do some
more complex breakup of tasks. Typically users create multiple versions
back of deltas. While each version ran massively parallel delta jobs,
each version itself ran one after another synchronously. This began to
cause problems when certain files took several minutes to complete,
because the next version could not start until the previous finished,
compounding the runtime by the number of versions back * long file.
Now, the code check if it can run a thread for each version, and then
splits up threads within those version pools so when the large file is
hit, all versions run at the same time, capping it to 1 long file run.

Signed-off-by: Tudor  Marcu <tudor.marcu@intel.com>
2018-06-08 22:58:41 +00:00
..
2018-06-08 22:58:41 +00:00
2018-06-07 17:13:47 -07:00