mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
parent
a4e2af8fff
commit
8e5ae416a7
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue