commit 2976d86b597067a0eb1e3eeed0fd5b17375ddfd8
parent 697e71d05f9a56f263999a72aa130b43a599c5cc
Author: sin <sin@2f30.org>
Date: Fri, 1 Mar 2013 12:31:42 +0000
mem: Add comment explaining the background of the diff-ing algo
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/mem.c b/mem.c
@@ -2,6 +2,11 @@
#include "data.h"
+/* In this file a simplified version of the rsync
+ * algorithm is implemented. The idea is to diff
+ * two memory regions and pack the differences in
+ * a diff structure. */
+
/* Increase this for more verbose output */
static int verbose = 0;