Trying to optimize heap allocations

This commit is contained in:
Dylan Thies
2024-01-06 11:30:48 -05:00
parent 8c52af6819
commit 039f87d762
9 changed files with 127 additions and 169 deletions

View File

@@ -13,6 +13,7 @@ itertools.workspace = true
num.workspace = true
num-traits.workspace = true
dhat = { workspace = true }
thiserror.workspace = true
[features]
dhat-heap = []