From: Heng Li Date: Thu, 17 May 2012 20:12:36 +0000 (-0400) Subject: change the default clevel to 1 for speed X-Git-Url: https://git.donarmstrong.com/?p=samtools.git;a=commitdiff_plain;h=856d533415508f9e6b21148482ebbf8b4ad02f32 change the default clevel to 1 for speed --- diff --git a/bamshuf.c b/bamshuf.c index 49c9065..33a5238 100644 --- a/bamshuf.c +++ b/bamshuf.c @@ -6,7 +6,7 @@ #include "sam.h" #include "ksort.h" -#define DEF_CLEVEL 3 +#define DEF_CLEVEL 1 static inline unsigned hash_Wang(unsigned key) {