Reuse tmpid buffer when getting the offset.
commit76cc45a47a26154a8224859203974a548e93a5b0
authorShawn O. Pearce <spearce@spearce.org>
Sun, 3 Dec 2006 03:03:26 +0000 (2 22:03 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 3 Dec 2006 03:03:26 +0000 (2 22:03 -0500)
tree5a9c38ed28af674ec7c575706049b892aa8844c6
parent979f7c5d00243a110772238a7445a978d18ace99
Reuse tmpid buffer when getting the offset.

There is no reason to allocate a 4 byte buffer for the offset
byteorder conversion when we have a perfectly useless 20 byte
buffer still available that was used to perform object ID
comparsion during the index search.  This reduces the amount
of memory required per object lookup by about 12 bytes on a
32 bit JVM, and that's a good reduction to make.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/PackFile.java