jue89 / tiny-vcdiff

Decoder for open-vcdiff interleaved deltas
MIT License
6 stars 0 forks source link

Call driver method `flush` only once when the whole diff has been processed #2

Closed jue89 closed 2 years ago

jue89 commented 2 years ago

Backends may cache writes to satisfy storage technologies that require aligned writes. The end of a VCDIFF window doesn't have to be aligned. Calling flush once the vcdiff_finish() is called will allow such use cases.