From 772a571793ce9915b9fef2b3c6bdc6cf036a63a5 Mon Sep 17 00:00:00 2001 From: tqcq Date: Thu, 24 Oct 2024 06:56:47 +0000 Subject: [PATCH] feat: fast --- drama/src/rev-mc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drama/src/rev-mc.c b/drama/src/rev-mc.c index 2b1de40..70585b9 100644 --- a/drama/src/rev-mc.c +++ b/drama/src/rev-mc.c @@ -330,7 +330,7 @@ find_row_mask(std::vector &sets, if (thread_num > 2) { thread_num -= 2; } fprintf(stderr, "thread_num: %ld\n", thread_num); - uint64_t step = 1 << 20; + uint64_t step = 100000000; // for (uint64_t i = row_mask; i < last_mask; ++step) { i = next_bit_permutation(i); } // fprintf(stderr, "total_step: %ld\n", step); // step /= thread_num;