Thread: xdelta algorithm/binary diff

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    13

    xdelta algorithm/binary diff

    Hi,
    I'm currently doing a research on the xdelta algorithm. But it's hard to find good documentation and implementations.
    Do you some good documents/sites?

    By the way: Is there maybe a better Algorithm for binary diffs?

    Thanks

  2. #2
    Nonconformist Narf's Avatar
    Join Date
    Aug 2005
    Posts
    174
    Do you some good documents/sites?
    http://www.xcf.berkeley.edu/~jmacd/xdelta.html
    Just because I don't care doesn't mean I don't understand.

  3. #3
    Registered User
    Join Date
    Feb 2005
    Posts
    13
    I know the source of 2.0 and 3.0 they're both very complex and hard to read.

  4. #4
    Nonconformist Narf's Avatar
    Join Date
    Aug 2005
    Posts
    174
    I know the source of 2.0 and 3.0 they're both very complex and hard to read.
    Sounds like a learning experience to me. If you can't read other people's code, you'll be doomed to beg for simple explanations for the rest of your life. And if the algorithm isn't simple, you're screwed.
    Just because I don't care doesn't mean I don't understand.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. diff parser
    By ngloosh in forum C Programming
    Replies: 9
    Last Post: 06-19-2008, 12:19 PM
  2. Diff bet fopen() & open()
    By ankurcse in forum C Programming
    Replies: 2
    Last Post: 05-24-2006, 09:40 AM
  3. why does this code do something diff on 2 diff boxes?
    By crypto_quixote in forum C Programming
    Replies: 3
    Last Post: 03-08-2005, 12:11 PM
  4. whats the diff?
    By Moffesto in forum C# Programming
    Replies: 2
    Last Post: 06-19-2002, 02:23 AM
  5. Diff compiler == diff program????
    By Imperito in forum C++ Programming
    Replies: 21
    Last Post: 04-25-2002, 12:50 PM