summaryrefslogtreecommitdiff
path: root/src/bin/explore-config.rs
AgeCommit message (Collapse)Author
2019-08-13Trimming down on redundant code and tweaking perfJustin Worthe
2019-08-11Replaced hashmaps with deterministic hashmapsJustin Worthe
I'm not worried about ddos attacks here, and this also has better perf for small keys.
2019-08-10New binary for exploring config valuesJustin Worthe