sin/cos optimizations, cleanup, and optimizations

This commit is contained in:
Simon Gardling
2021-03-30 12:54:57 -04:00
parent 6e2b5c3d2a
commit f76c9f7401
9 changed files with 99 additions and 33 deletions

View File

@@ -12,6 +12,7 @@ rand = "0.8.3"
rand_distr = "0.4"
#rayon = "1.5"
rayon = {git = "https://github.com/rayon-rs/rayon.git"}
fastapprox = "0.3.0"
[dev-dependencies]
criterion = "0.3.4"