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

validate could check hunks of an index in parallel #145

Open
sourcefrog opened this issue Aug 13, 2020 · 0 comments
Open

validate could check hunks of an index in parallel #145

sourcefrog opened this issue Aug 13, 2020 · 0 comments

Comments

@sourcefrog
Copy link
Owner

Following on from #144, validate could check multiple hunks from an index in parallel. This would help performance when there are fewer than NCPUS versions, but each very large - for example after the first backup of a large tree.

The hunks can basically all be checked independently, except that we do also want to check the last apath in one hunk sorts before the first apath in the successor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant