i think it works
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m28s Details

This commit is contained in:
Christoph J. Scherr 2024-02-01 16:26:18 +01:00
parent aae5eb6264
commit 536623d262
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ async fn main() {
} }
let start = Instant::now(); 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(); let (sender, recv) = std::sync::mpsc::channel();
rayon::spawn(move || { rayon::spawn(move || {
for i in 0..separate + 1 { for i in 0..separate + 1 {