From 1a8b28c697d662af8b00c971df74a52fd4a28309 Mon Sep 17 00:00:00 2001 From: powturbo Date: Tue, 6 Jan 2015 15:33:07 +0100 Subject: [PATCH] New functions + Integer Lists Intersection --- icbench.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icbench.c b/icbench.c index db8168d..1807948 100644 --- a/icbench.c +++ b/icbench.c @@ -38,9 +38,9 @@ // simple-8b simple16 and optpfd don't work with all interger lists. // Enable if you to want to test -#define USE_SIMPLE_8B // crashs on some lists -#define USE_SIMPLE16 // limited to 28 bits -#define USE_OPTPFD // compression too slow and limited to 28 bits. crashs on some lists +//#define USE_SIMPLE_8B // crashs on some lists +//#define USE_SIMPLE16 // limited to 28 bits +//#define USE_OPTPFD // compression too slow and limited to 28 bits. crashs on some lists #define STATS //---------------------------------------- Platform ------------------------ #ifdef _WIN32