Improve code design

This commit is contained in:
Melvin Avarez
2025-12-03 22:08:08 +01:00
parent 923d27e87b
commit a62ceaa64b
18 changed files with 6613 additions and 4 deletions
+7
View File
@@ -20,6 +20,13 @@ rand = "0.8"
rand_distr = "0.4"
ndarray = "0.15"
num-traits = "0.2"
rayon = { version = "1.8", optional = true }
thiserror = "1.0"
ordered-float = "4.2"
[features]
default = []
parallel = ["rayon"]
[dev-dependencies]
criterion = "0.5"