Commit f6b26e770ffae621408532c5b2c1aae4fa1c9e49

Michael Schubert 2012-07-27T10:53:09

git_oid_cmp: inline memcmp by hand to optimize git.git uses an inlined hashcmp function instead of memcmp, since it performes much better when comparing hashes (most hashes compared diverge within the first byte). Measurements and rationale for the curious reader: http://thread.gmane.org/gmane.comp.version-control.git/172286