optionally use btree maps instead of hash maps

btree maps are deterministic which is useful for fuzzing. hash maps,
however have better performance in our case
This commit is contained in:
Noah Hellman 2023-02-02 16:06:57 +01:00
parent fc96f3408f
commit 768699d138
3 changed files with 17 additions and 6 deletions

View file

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
afl = "0.11"
jotdown = { path = "../../" }
jotdown = { path = "../../", features = ["deterministic"] }
[[bin]]
name = "gen"