Extend ObjectIdMap with more and better performance tests
commit88743ad6c91298614b34791b06bf8b73fb0c3080
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 2 Oct 2007 23:50:18 +0000 (3 01:50 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 18 Nov 2007 23:58:06 +0000 (19 00:58 +0100)
treecd34031246bc832a9d09f402c64d17c1ee926c2c
parent0184d10f09d76b0fa9b12850ddb7f33aa9cae185
Extend ObjectIdMap with more and better performance tests

Note that put is the important one and get is next in
important, but there is no difference there. It would be
nice if the other methods were as fast or faster than
hashmap too.

Signed-off-by Robin Roenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/tst/org/spearce/jgit/lib/ObjectIdMapTest.java