Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: ba3271bb40d3933aa5e6dd117581937b03ab1030
      
https://github.com/jenkinsci/git-plugin/commit/ba3271bb40d3933aa5e6dd117581937b03ab1030
  Author: Niklas Hambüchen <[email protected]>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M src/main/java/hudson/plugins/git/util/GitUtils.java

  Log Message:
  -----------
  filterTipBranches: Use O(n) instead of O(n^2) algorithm.

Fixes JENKINS-5724.

Before, this made slaves run on 100% CPU for days when idle.

This makes it a few thousand times faster for a repo with 500 branches.


  Commit: 5a52fe8bfffdf54b0c5515f864be5f618cd6924f
      
https://github.com/jenkinsci/git-plugin/commit/5a52fe8bfffdf54b0c5515f864be5f618cd6924f
  Author: Nicolas De loof <[email protected]>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M src/main/java/hudson/plugins/git/util/GitUtils.java

  Log Message:
  -----------
  Merge pull request #156 from nh2/fix-filterTipBranches-performance

filterTipBranches: Use O(n) instead of O(n^2) algorithm.


Compare: 
https://github.com/jenkinsci/git-plugin/compare/79e122230d4b...5a52fe8bfffd

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to