Compute IDs of interned keys only once.
commitb994b4f6e8a23c35dc43fcf51fb49dca2ef5cf67
authorDavid Barr <david.barr@cordelta.com>
Thu, 27 May 2010 01:31:42 +0000 (27 11:31 +1000)
committerDavid Barr <david.barr@cordelta.com>
Thu, 27 May 2010 01:31:42 +0000 (27 11:31 +1000)
tree1374fb5f945ad14902ec41d2b5f17c6f583be0ee
parent5cc1effd3ab58a37fa632f3f78a75bd353dc4062
Compute IDs of interned keys only once.

In an earlier commit, we began interning keys straight away.
Instead of interning possible values before every comparison,
intern once at init and compare to ID from then on.

Signed-off-by: David Barr <david.barr@cordelta.com>
svndump.c