jzebedee / deltaq

Fast and portable delta encoding for .NET in 100% safe, managed code.
Other
40 stars 13 forks source link

Port open-vcdiff to C# #2

Open jzebedee opened 9 years ago

jzebedee commented 9 years ago

Google's open-vcdiff is the best open implementation of VCDIFF I've found so far. It's licensed under Apache 2.0 so there won't be any issues with the ported code. Porting it over should be the first step in making a working VCDIFF encoder, which nobody seems to have the stomach for yet. :fearful:

xdelta is the big dog in handling VCDIFF and xdelta3 has a few extensions to the format which help it along. I don't think we're going to get anything close to their performance, but it's the benchmark once we have a minimum working implementation.

Skyppid commented 8 years ago

What's the status? Are you still actively working on that? I really hope so, there's not a single good implementation for C# :-/

ceeji commented 7 years ago

What's the status, too?

jzebedee commented 2 years ago

I never ported this, but others have. I'll look into rolling vcdiff into a later version.