• S
    Added branch load counter to fast-import. · d6c7eb2c
    Shawn O. Pearce 提交于
    If the branch load count exceeds the number of branches created then
    the frontend is causing fast-import to page branches into and out of
    memory due to the way its ordering its commits.  Performance can
    likely be increased if the frontend were to alter its commit
    sequence such that it stays on one branch before switching to another
    branch, then never returns to the prior branch.
    Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
    d6c7eb2c
fast-import.c 32.7 KB