simd opti

This commit is contained in:
2026-05-11 12:08:06 +02:00
parent 98a3422fc3
commit 9c3fb79c00
23 changed files with 1102 additions and 179 deletions

View File

@ -10,6 +10,10 @@ rand_distr = "0.4.3"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
rayon = "1.12.0"
indicatif = "0.18.4"
clap = {version = "4.6.1", features = ["derive"]}
num_cpus = "1.17.0"
[dev-dependencies]
approx = "0.5"