optimizations and benchmarking

This commit is contained in:
Simon Gardling
2022-05-03 15:26:59 -04:00
parent 0d84cc1e60
commit e00415cad6
7 changed files with 640 additions and 18 deletions

View File

@@ -16,6 +16,10 @@ exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", fea
] }
lazy_static = "1.4"
pprof = { version = "0.8", features = ["flamegraph"] }
criterion = "0.3"
criterion-macro = "0.3"
[build-dependencies]
phf_codegen = "0.10"