For the initial release I've focused on getting the API right much more than performance. Idiomatic Rust tends to be quite fast, but there's likely quite some space to optimize.
I'd start by writing some benchmarks for common operations (or maybe adapting publicly available benchmarks), then noticing if some operations are particularly slow. If you're interested, please post in this issue!