jgit/org.eclipse.jgit/src/org/eclipse/jgit
Shawn O. Pearce da548dfd2b ObjectIdSubclassMap: Grow before insertions
If the table needs to be grown, do it before the current insertion
rather than after. This is a tiny micro-optimization that allows
the compiler to reuse the result of "++size" to compare against
previously pre-computed size at which the table should rehash itself.

Change-Id: Ief6f81b91c10ed433d67e0182f558ca70d58a2b0
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2011-03-09 14:32:43 -08:00
..
api Allow to amend a commit with CommitCommand 2011-03-07 10:19:20 -06:00
diff DiffFormatter: Use IndexDiffFilter to speed up working tree 2010-12-10 17:17:22 -08:00
dircache Remove deprecated WorkDirCheckout 2011-03-07 12:18:12 -08:00
errors Enable providing credentials for HTTP authentication 2010-11-10 14:58:44 -08:00
events Use core.streamFileThreshold to set our streaming limit 2010-07-02 12:41:39 -07:00
fnmatch Externalize strings from JGit 2010-05-19 14:37:16 -07:00
ignore Fix IgnoreRule for directory-only patterns 2011-01-07 12:53:14 +01:00
lib ObjectIdSubclassMap: Grow before insertions 2011-03-09 14:32:43 -08:00
merge Don't print "into HEAD" when merging refs/heads/master 2011-02-01 22:27:33 +01:00
nls Use only a single instance for NLS translation bundles 2010-09-26 09:46:35 +02:00
notes Exposed the constructor of Note class 2011-01-25 16:33:29 -06:00
patch Remove two "Dead store to local variable" warnings 2010-10-29 14:37:42 +02:00
revplot Fix potential NullPointerException in PlotCommit 2011-02-22 09:11:42 +01:00
revwalk RevWalk: Don't release during inMergeBase() 2011-02-24 06:55:25 -08:00
storage PackWriter: Reduce GC during enumeration 2011-03-07 18:23:39 -08:00
transport PackWriter: Reduce GC during enumeration 2011-03-07 18:23:39 -08:00
treewalk Respect core.excludesfile to enable global ignore rules 2011-02-23 23:44:50 +01:00
util PackWriter: Reduce GC during enumeration 2011-03-07 18:23:39 -08:00
JGitText.java Add git-reset to the Git API 2011-02-17 10:28:26 -06:00