Giter Club home page Giter Club logo

deltaq's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

deltaq's Issues

Port open-vcdiff to C#

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. ๐Ÿ˜จ

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.

Wrong patched file when creating patch with this library and patch with jbsdiff

I've written a server-side .NET core app using this library to produce diff files that are later applied using a Java extension for Maven using jbsdiff library. The idea is to produce a diff for two Maven artifact versions and thus reduce the download required by each developer.

The problem I've run into is that the end file was simply wrong (good thing Maven verify sha1).
I can provide example files if you want or any other detail to help.

Is there any reason that the patch file of this library will not be compatible with the other library?

Bzip2 compression useless

What is the matter with the Bzip2 implementation since the stream isn't seekable but the BsDiff-class requires a seekable stream? Is this for the planned upcoming VCDIFF implementation?

Is this a replacement for BsDiff.net?

Looks like you gave up with those PR's on the BsDiff project and decided to fork it into deltaq under your own control. Fair play :)

So is this assumed to be the successor to BsDiff, with those annoying sorting bugs fixed, and other subtle improvements?

I am hooking this thing up to my Xamarin project right now, looking forward to cutting down my app's server<->client bandwidth usage very significantly.

(Seemingly) infinite loop on some files

We're finding that occasionally the delta generator gets stuck on particular files - most complex deltas finish within a few minutes, but in this case I've left it running overnight without result.

It spends hours at a time inside the "for (var scsc = scan += len; scan < newData.Length; scan++)" loop. It seems like the algorithm does progress (as occasionally that loop finishes, and then goes round the while loop again).

The problematic files are both 32MB in size and feature sporadic differences where individual bytes have been changed. I can provide a sample if it'd be useful, but I'm mostly wondering if this is something you've seen before?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.