commit 8e5ae416a70837f5d1ae07142797bb708284f4d5
parent a4e2af8fffa7057cec8927e1cdabc03d5520ba1c
Author: Russ Cox <rsc@swtch.com>
Date: Wed, 29 Jul 2009 11:28:55 -0400
libmemdraw: allow wider images
http://codereview.appspot.com/98067
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libmemdraw/write.c b/src/libmemdraw/write.c
@@ -3,7 +3,7 @@
#include <draw.h>
#include <memdraw.h>
-#define CHUNK 8000
+#define CHUNK 16000
#define HSHIFT 3 /* HSHIFT==5 runs slightly faster, but hash table is 64x bigger */
#define NHASH (1<<(HSHIFT*NMATCH))