i think it works
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m28s
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m28s
This commit is contained in:
parent
aae5eb6264
commit
536623d262
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ async fn main() {
|
|||
}
|
||||
|
||||
let start = Instant::now();
|
||||
let separate: usize = 1 as usize;
|
||||
let separate: usize = ((M / (1 << 11 + EXP)) + 1) as usize;
|
||||
let (sender, recv) = std::sync::mpsc::channel();
|
||||
rayon::spawn(move || {
|
||||
for i in 0..separate + 1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue