Inverted Index: Parallel Query Processing App

This commit is contained in:
powturbo
2015-06-12 11:54:52 +02:00
parent 81c57504e6
commit baf1fb2af7

View File

@ -21,7 +21,7 @@
- twitter : https://twitter.com/powturbo
- email : powturbo [_AT_] gmail [_DOT_] com
**/
// idxqry: Inverted Index - query evaluation
// idxqry: Inverted Index - query evaluation
#define _LARGEFILE64_SOURCE 1
#define _FILE_OFFSET_BITS 64
#include <stdlib.h>