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

Speed up the changes module #15

Closed
GoogleCodeExporter opened this issue Aug 23, 2015 · 3 comments
Closed

Speed up the changes module #15

GoogleCodeExporter opened this issue Aug 23, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

It should be possible to slightly speed up analysis in the changes module by 
threading the operation and separating the git log in "chunks" of equal size 
distributed over all available cores.

/Adam Waldenberg

Original issue reported on code.google.com by [email protected] on 30 Jul 2013 at 12:57

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 30 Jul 2013 at 1:15

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 24 Nov 2014 at 8:02

  • Added labels: Milestone-Release0.4.1

@adam-waldenberg
Copy link
Member

Some benchmarks shows the speed up achieved:

jquery repo before with -H ....................... 31.391s
jquery repo after with -H ........................ 28.558s

pango repo before with -H ........................ 27.749s
pango repo after with -H ......................... 20.703s

django repo before with -H ....................... 11m41.246s
django repo after with -H ........................ 08m37.141s

This is with the full analysis runing, including the blame output, which is consuming most of the elapsed time.

@adam-waldenberg adam-waldenberg self-assigned this Oct 9, 2015
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

2 participants