binary-diff Questions
6
Solved
I'm writing a project where I need to transfer a set of similar images over the net. To speed things up, I thought about doing what most movie codecs do. having keyframes and then just send the cha...
Cimbalom asked 7/7, 2011 at 16:24
2
Solved
I'm working on application sending changed files to other computers. Currently a changed file is sent completely even if the change is minor. I'm looking for a library (C,C++,Java) that would allow...
Holladay asked 12/10, 2009 at 16:27
3
Solved
Git uses a delta compression to store objects that are similar to each-other.
Is this algorithm standardized and used in other tools as well? Is there documentation describing the format? Is it c...
Forestall asked 28/2, 2012 at 7:30
3
Solved
Git uses a delta compression to store objects that are similar to each-other.
Is this algorithm standardized and used in other tools as well? Is there documentation describing the format? Is it c...
Berkey asked 28/2, 2012 at 7:30
1
Courgette (description, source) is a Google tool that is used to update Chrome efficiently.
It seems like a great and easy-to-use tool, but I cannot manage to compile it. I've tried VS2010, GYP an...
Caster asked 22/9, 2012 at 9:30
3
Solved
There are several questions about text-diff libraries for Java on SO, but none about binary diff. So here I go:
I'm looking for a binary diff library, implemented in Java. I found javaxdelta...
Manageable asked 2/3, 2011 at 5:50
1
So, i want to investigate git applicability to version tracking of certain binary or text tree data structures. The thing is that i want that the diff logic be completely custom, tailored for the d...
Pisciculture asked 5/2, 2012 at 23:31
1
© 2022 - 2024 — McMap. All rights reserved.