Did things

This commit is contained in:
2021-10-26 21:28:18 +02:00
parent e77ce84ca1
commit 37fcb3b438
4 changed files with 110 additions and 418 deletions

View File

@@ -5,16 +5,7 @@ authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]
rayon = "1.0"
[[example]]
name = "parabole"
path = "examples/parabole.rs"
[dev-dependencies]
criterion = "0.2"
rand = "0.6"
[[bench]]
name = "parabole"
harness = false
[dev-dependencies]
approx = "0.3"