xferspdy
Diff tool
Provides binary diff and patch capabilities in Go
Xferspdy provides binary diff and patch library in golang. [Mentioned in Awesome Go, https://github.com/avelino/awesome-go]
101 stars
6 watching
15 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
difffingerprint-generationgolang
Related projects:
Repository | Description | Stars |
---|---|---|
homeport/dyff | A tool that compares two versions of files and shows the differences. | 1,321 |
yazgazan/jaydiff | Compares two JSON files and displays their differences in various formats | 106 |
mcudich/heckeldiff | A Swift diffing library that calculates the minimum set of steps to transform one collection into another. | 167 |
kuniwak/mirrordiffkit | Provides tools for testing and comparing two instances of any type, including efficient diff functionality. | 184 |
mirage/duff | A Pure OCaml implementation of a differential file diffing algorithm | 20 |
gnieh/diffson | A Scala library for computing diffs and patches of JSON data | 315 |
paldepind/dffptch | A compact diff format library for efficiently sending changes in JSON objects over networks. | 172 |
gabstv/go-bsdiff | A package implementing bsdiff 4 for binary file comparison and patching. | 161 |
samg/diffy | Provides an easy-to-use interface for generating diffs from two strings or files using Unix diff. | 1,266 |
grantila/yaml-diff-patch | Diff and patch YAML files to make minimal changes | 22 |
go-ffmt/ffmt | Golang beautifies data display by providing formatting options for humans | 305 |
darky/context-fp-go | A library for dependency injection and functional programming in Go. | 1 |
mrexodia/diff | A plugin that compares two memory sections to generate a patch | 31 |
ghostiam/binstruct | Decodes binary data into structured format | 97 |
zenangst/differific | A diffing framework that helps compare Hashable objects using the Paul Heckel's algorithm. | 123 |