parallelize longest period finder

This commit is contained in:
2026-04-07 11:46:34 +02:00
parent caaabe204e
commit 3b11af13d0
4 changed files with 74 additions and 2 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rayon = "1.11.0"