parent
a4e2af8fff
commit
8e5ae416a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue