• Show log

    Commit

  • Hash : f6b26e77
    Author : Michael Schubert
    Date : 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