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
2018-06-07 17:13:47 -07:00
2018-03-22 11:02:49 -07:00
2018-01-05 16:16:56 -08:00
2016-03-22 13:16:03 -07:00
2018-04-12 16:54:02 -07:00
2018-03-22 11:02:49 -07:00
2018-03-22 11:02:49 -07:00
2018-04-12 13:31:19 -07:00

Go Report Card Build Status (Travis)

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.

S
Description
No description provided
Readme
10 MiB
Languages
Go 89.1%
Shell 9.1%
Makefile 1.8%