Inverted index: header for idxcr/idxqry
This commit is contained in:
4
idx.h
4
idx.h
@ -32,8 +32,8 @@
|
|||||||
//#define _TURBOPFOR // for compact version 12 GB
|
//#define _TURBOPFOR // for compact version 12 GB
|
||||||
|
|
||||||
#ifdef _TURBOPFOR
|
#ifdef _TURBOPFOR
|
||||||
#define SKIP_S 6
|
//#define SKIP_S 6
|
||||||
#define SKIP_SIZE 2 // no implicit skip
|
#define SKIP_SIZE 2 // always no implicit skip.
|
||||||
#else
|
#else
|
||||||
//#define SKIP_S 5
|
//#define SKIP_S 5
|
||||||
#define SKIP_SIZE 2 // no implicit skips
|
#define SKIP_SIZE 2 // no implicit skips
|
||||||
|
Reference in New Issue
Block a user