]> Sergey Matveev's repositories - public-inbox.git/commitdiff
extindex: minor cost reductions
authorEric Wong <e@80x24.org>
Sun, 10 Oct 2021 14:25:15 +0000 (14:25 +0000)
committerEric Wong <e@80x24.org>
Sun, 10 Oct 2021 23:29:53 +0000 (23:29 +0000)
Don't bother decoding the 20-byte SHA-1 to a 40-byte hex value
since we don't read it, anyways.  We can also use the on-stack
ibx->eidx_key value instead of dispatching the method again.


No differences found