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

Improve speed by multi-threading #9

Closed
nlmarco opened this issue Feb 4, 2014 · 0 comments
Closed

Improve speed by multi-threading #9

nlmarco opened this issue Feb 4, 2014 · 0 comments
Assignees
Milestone

Comments

@nlmarco
Copy link
Contributor

nlmarco commented Feb 4, 2014

  1. Getting the ChangeSet from both repositories - especially performing a local sync in both - takes some time. To speed this up, it should happen simultaneously (=> 2 threads).

  2. Querying the RepoFileDTOs for many files - especially with a high-latency connection - can be significantly improved by processing multiple files simultaneously (=> 2 or 3 threads).

@nlmarco nlmarco closed this as completed Feb 4, 2014
@nlmarco nlmarco self-assigned this Aug 15, 2016
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