Files
mixer-tools/builder
Reagan Lopez 468effedff Improve performance of zero pack creation
Improve performance of zero pack creation by generating them in
parallel. Fixes #629

Although zero pack is technically a delta pack, the parallel code for
delta pack creation has not been reused because of the following:
- For zero packs, processing is stopped immediately in case of error.
  Whereas for delta packs, processing is continued even in case of error
  because delta packs are optional.
- The report and print statements are different for zero packs and delta
  packs.

The delta-workers flag is used as the numWorker for zero packs.

Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2019-11-08 18:11:10 +01:00
..
2019-04-19 01:09:16 +02:00
2018-10-26 19:41:39 +02:00