Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes #1

Merged
merged 2 commits into from
Oct 18, 2015
Merged

Bugfixes #1

merged 2 commits into from
Oct 18, 2015

Conversation

fetzerch
Copy link
Owner

No description provided.

Store the hashdb as soon as possible so that it is not lost in case of
an exception.
The initial version sorts the list of input files by action so that
fast running actions (skip/copy) are processed before slow running
actions so that the majority of items can be processed quickly.
The sort is broken as there is no total order for actions defined.
In addition when executing on multiple processors, the items are
distributed in nproc blocks and so the sorting becomes useless.
@fetzerch fetzerch changed the title Some Fixes Bugfixes Oct 18, 2015
fetzerch added a commit that referenced this pull request Oct 18, 2015
@fetzerch fetzerch merged commit 4713a16 into master Oct 18, 2015
@fetzerch fetzerch deleted the pr1 branch May 24, 2017 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant