libgit2/include
Michael Schubert f6b26e770f 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
2012-07-29 20:50:58 +02:00
..
git2 git_oid_cmp: inline memcmp by hand to optimize 2012-07-29 20:50:58 +02:00
git2.h Add missing includes 2012-07-11 14:37:26 +02:00