• Show log

    Commit

  • Hash : a0a1b19a
    Author : Vicent Marti
    Date : 2015-10-14T19:31:54

    odb: Prioritize alternate backends
    
    For most real use cases, repositories with alternates use them as main
    object storage. Checking the alternate for objects before the main
    repository should result in measurable speedups.
    
    Because of this, we're changing the sorting algorithm to prioritize
    alternates *in cases where two backends have the same priority*. This
    means that the pack backend for the alternate will be checked before the
    pack backend for the main repository *but* both of them will be checked
    before any loose backends.