feat: fast
This commit is contained in:
parent
0a21209790
commit
772a571793
@ -330,7 +330,7 @@ find_row_mask(std::vector<set_t> &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;
|
||||
|
Loading…
Reference in New Issue
Block a user