parent
a4e2af8fff
commit
8e5ae416a7
@ -3,7 +3,7 @@
|
|||||||
#include <draw.h>
|
#include <draw.h>
|
||||||
#include <memdraw.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 HSHIFT 3 /* HSHIFT==5 runs slightly faster, but hash table is 64x bigger */
|
||||||
#define NHASH (1<<(HSHIFT*NMATCH))
|
#define NHASH (1<<(HSHIFT*NMATCH))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user