Commit Diff


commit - a4e2af8fffa7057cec8927e1cdabc03d5520ba1c
commit + 8e5ae416a70837f5d1ae07142797bb708284f4d5
blob - c03c58e8728711e66d2a458c8341e737df9f3a71
blob + b9b1dd1df619a55dbf4a905e0cb4852162d74a44
--- src/libmemdraw/write.c
+++ 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))