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

7
Cargo.lock generated
View File

@@ -248,6 +248,12 @@ version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "fastapprox"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0031c93f37b5d18272de2d932ebff6a7eb32d4bc3bab6751a9af42da7d1a424"
[[package]]
name = "getrandom"
version = "0.2.2"
@@ -488,6 +494,7 @@ name = "physarum"
version = "0.1.0"
dependencies = [
"criterion",
"fastapprox",
"image",
"indicatif",
"itertools 0.10.0",