Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx> writes: > I think something like git-caching-proxy would be a neat project, > because it would significantly improve mirroring for CI deployments > without requiring that each individual job implements clone.bundle > prefetching. What are we improving with such a proxy, though? Not bandwidth to the client, apparently. I thought that with the reachability bitmap on the server side with reusing packed object, it was more or less a solved problem that the server end spends way too much time enumerating, deltifying and compressing the object data?