Added some benchmarking and small performance improvements

This commit is contained in:
Connor Johnstone
2025-08-11 18:34:01 -04:00
parent e27ef0a07c
commit 9075dac669
5 changed files with 141 additions and 13 deletions

View File

@@ -13,3 +13,12 @@ roots = "0.0.8"
[dev-dependencies]
approx = "0.5"
criterion = "0.7.0"
[[bench]]
name = "simple_1d"
harness = false
[[bench]]
name = "orbit"
harness = false