mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 13:11:31 +00:00
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>
This project contains tooling for using the software update mixer.
Please follow the guide at https://clearlinux.org/documentation/clear-linux/guides/maintenance/mixer to learn more about how to use the mixer tool.
Languages
Go
89.1%
Shell
9.1%
Makefile
1.8%