parallelization

This commit is contained in:
Clemens-Dautermann 2021-03-22 14:41:56 +01:00
parent 8f0add0e28
commit 74f80bcf9b
3 changed files with 38 additions and 10 deletions

View file

@ -10,4 +10,5 @@ edition = "2018"
image = "0.23.14"
num-complex = "0.4.0"
# uuid = { version = "0.8", features = ["v4"] }
indicatif = "0.15.0"
indicatif = "0.15.0"
rayon = "1.5.0"