commit 4b688bcb7ea6b08369b6870d48185ebfc0ad76e5 parent bbd99be3efa3031b5e23f97af4039a7a6f838713 Author: Stephen Gregoratto <dev@sgregoratto.me> Date: Thu, 24 Sep 2020 16:38:36 +1000 Add chromiumOS fork to README. Diffstat:
M | README.md | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -16,4 +16,9 @@ Notably the suffix sorting algorithm was changed to [mendsley/bsdiff](https://github.com/mendsley/bsdiff). Based on the 4.3 release. Refactored to be compiled as a library. -Some performance/memory tweaks have also been incorporated here. +Some performance/memory tweaks have been incorporated here. + +[ChromiumOS bsdiff](https://chromium.googlesource.com/chromiumos/third_party/bsdiff/). +Based on the 4.3 release + divsufsort. Has the ability to operate on +"extant files," files containing strings of `offset1,len:offset2,len:...`. +Some performance/bug patches have been incorporated here.