]> git.kaiwu.me - klib.git/commitdiff
increase the buffer size to 16kb
authorHeng Li <lh3@live.co.uk>
Wed, 31 Aug 2011 20:07:32 +0000 (16:07 -0400)
committerHeng Li <lh3@live.co.uk>
Wed, 31 Aug 2011 20:07:32 +0000 (16:07 -0400)
kseq.h

diff --git a/kseq.h b/kseq.h
index d8e4a8a64848d277fe8bceb424fc5c0e833d7bad..0bbc7dc9370e910b19286167bd0862c64855387c 100644 (file)
--- a/kseq.h
+++ b/kseq.h
@@ -216,7 +216,7 @@ typedef struct __kstring_t {
        } kseq_t;
 
 #define KSEQ_INIT(type_t, __read)                              \
-       KSTREAM_INIT(type_t, __read, 4096)                      \
+       KSTREAM_INIT(type_t, __read, 16384)                     \
        __KSEQ_TYPE(type_t)                                                     \
        __KSEQ_BASIC(type_t)                                            \
        __KSEQ_READ