You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ There is [a Go implementation of an older version of bsdiff called binarydist](h
88
88
89
89
Additionally, @mendsley has already done the extra work of rewriting the code to be embeddable in any application code as a library. So why not make use of cgo, which I was going to look into in more detail at some point anyways?
90
90
91
+
By now, there is also [TotallyGamerJet's purely Go implementation of bsdiff 4](https://github.com/TotallyGamerJet/bsdiff). It does not rely on cgo at all and may suit your use-case better.
92
+
91
93
## License
92
94
93
95
Just like bsdiff, this project is licensed under the 2-clause BSD license (or Simplified BSD license). You can check [LICENSE.txt](LICENSE.txt) for more information.
0 commit comments