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

@@ -11,6 +11,14 @@ repository.workspace = true
nom = { workspace = true }
itertools = {workspace = true }
num.workspace = true
dhat = { workspace = true }
thiserror.workspace = true
error-stack.workspace = true
log.workspace = true
[dev-dependencies]
rstest.workspace = true
test-log.workspace = true
[features]
dhat-heap = []