Replace unnecessary HashMap and allocations

This commit is contained in:
2021-12-14 19:39:00 +01:00
parent 8a0b72f111
commit a35ae82548
3 changed files with 46 additions and 49 deletions

View File

@@ -16,6 +16,10 @@ criterion = "0.3"
# Keep debug information in release for better flamegraphs
debug = true
[profile.bench]
# And same for benchmarking
debug = true
[[bench]]
name = "days"
harness = false