We should add a benches directory so we can use cargo bench to run benchmarks. This will require a bit of research to find out both:
- what are some good things to actually benchmark (e.g. realistic)
- how to make sure optimizations don't interfere with results
We should add a
benchesdirectory so we can usecargo benchto run benchmarks. This will require a bit of research to find out both: