Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fast uploads of slight modifications #581

Open
percyliang opened this issue Sep 3, 2016 · 1 comment
Open

fast uploads of slight modifications #581

percyliang opened this issue Sep 3, 2016 · 1 comment
Labels
backend feature For new featues p3 Do it some day.

Comments

@percyliang
Copy link
Collaborator

When we do a cl upload, we should allow an option --base <bundle> that allows us to greatly speed up uploads in case the old bundle and the new one have very similar content, kind of like what rsync does (but without replacement). For now, the two bundles would just be stored separately.

There is a Python library that could be useful here: https://pypi.python.org/pypi/pyrsync

This would be very useful when people are developing their code and making incremental changes to it.

@percyliang percyliang added P2 and removed P2 labels Sep 3, 2016
@percyliang
Copy link
Collaborator Author

pyrsync is too slow

Tried this one:
https://pypi.python.org/pypi/python-librsync/0.1-5
This works beautifully for smallish files, but for a 80MB file, there seems to be a bug and it doesn't work...look into this more.

@percyliang percyliang added P2 and removed P1 labels Jan 11, 2017
@kashizui kashizui removed the P2 label Jan 25, 2017
@bkgoksel bkgoksel added feature For new featues backend labels Mar 20, 2019
@percyliang percyliang added the p3 Do it some day. label Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend feature For new featues p3 Do it some day.
Projects
None yet
Development

No branches or pull requests

3 participants