Switch file_to_blob() and blob_to_file() to work without spawning Git subprocesses
Substituting `git cat-file` to Odb.Read() and `git hash-object -w` to Odb.Write(). Timing for restoring only files from lab.nexedi.com backup: before: ~95s after: ~8s Timings for making backup in file part should have similar effect.
Showing
Please register or sign in to comment