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:
parent
fc96f3408f
commit
768699d138
3 changed files with 17 additions and 6 deletions
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
afl = "0.11"
|
||||
jotdown = { path = "../../" }
|
||||
jotdown = { path = "../../", features = ["deterministic"] }
|
||||
|
||||
[[bin]]
|
||||
name = "gen"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue