No description
Find a file
Noah Hellman 768699d138 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
2023-02-05 20:36:49 +01:00
benches add bench target and scripts to run simple benchmark 2023-02-05 20:36:48 +01:00
modules tests suite: update tests from new djot impl repo 2023-02-05 20:36:40 +01:00
src optionally use btree maps instead of hash maps 2023-02-05 20:36:49 +01:00
tests optionally use btree maps instead of hash maps 2023-02-05 20:36:49 +01:00
.gitmodules tests suite: update tests from new djot impl repo 2023-02-05 20:36:40 +01:00
Cargo.lock add afl fuzz target 2023-02-05 20:36:49 +01:00
Cargo.toml optionally use btree maps instead of hash maps 2023-02-05 20:36:49 +01:00
Makefile make: add cov recipe 2023-02-05 20:36:49 +01:00