google / open-vcdiff

An encoder/decoder for the VCDIFF (RFC3284) format
Apache License 2.0
187 stars 52 forks source link

add ability to stream source and not requre the entire source in memory #17

Closed Steelskin closed 9 years ago

Steelskin commented 10 years ago

Original issue 17 created by lordjebus on 2008-10-21T22:48:44.000Z:

Currently the entire source is required to be in memory meaning it can not handle large files or stream from a network.

Steelskin commented 9 years ago

The old issue had comments requesting this feature be worked on. The maintainer mentioned issue #12 and the workaround from issue #9 and issue #19. This is sort of related to issue #45. I'm closing this as we the original reporter was happy with the workaround and there are better ways to handle that, like a FIFO from issue #45.