Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Review request for 156984: speed up fetch for AmazonS3 transport

Hi,
I just submitted diff https://git.eclipse.org/r/#/c/156984/
It speeds up fetch of repositories hosted on Amazon S3 by making jgit look at recently modified remote packs first when searching for remote objects.  It does this by sorting the pack files returned from S3 by last modified time.

The change is relatively short (+57/-10). Could someone take a look?
Thanks,
Josh


Back to the top