-
Notifications
You must be signed in to change notification settings - Fork 265
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
Support streaming reading of large files #83
Comments
I'm thinking this only makes sense for blobs. Maybe we could add a new type to What do you think? |
Seems reasonable; I'd love streaming for trees too but it's just for consistency in that case.
|
Interesting. If you have other API ideas, I'm open. I will mention that On Fri, Dec 13, 2013 at 3:44 PM, Aria Stewart [email protected]:
|
Oh, interesting -- since github doesn't expose raw git in a browser-accessible way, eh? |
Because it uses this api: http://developer.github.com/v3/git/ Which On Mon, Dec 16, 2013 at 3:10 PM, Aria Stewart [email protected]:
|
Oh, I'd forgotten that trees internal representation does include the type of the next nodes. That makes it less heinous. |
Especially for an unpacked repo of large files (shallow clone of multi-gb dataset for example), it'd be REALLY nice to have a streaming interface to read data with.
The text was updated successfully, but these errors were encountered: