From d004b448e41022e45c11a44bdf19665e8f739b70 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Thu, 19 Sep 2024 22:36:29 +0800 Subject: [PATCH] update --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index b763131..1c6e9cd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -87,6 +87,7 @@ int main() const size_t BUF_SIZE = (size_t)4 * 1024 * 1024 *1024; //4GB + 区块大小一点冗余 ///////////////////////////设置区块大小 // const size_t BUF_SIZE = (size_t)400*1024*1024; //4GB + 一点冗余 // 测试用 + zt::print("Chunk size :",BUF_SIZE," bytes\n"); std::vector buf(BUF_SIZE); // 堆上分配可以大一点 std::array tmp_buf;//用于处理截断的DNA,直接在栈上申请