• Kirill Smelkov's avatar
    pull: Add blobs to index in batch · dbf86b19
    Kirill Smelkov authored
    Do not waste resources adding every file converted to blob with spawning
    `git update-index ...` per file - we can queue the info and add all
    entries to index in one go.
    
    Time to pull files part for lab.nexedi.com
    
    before: ~110s
    after:    ~3s
    dbf86b19
git-backup.go 33.5 KB