Make sure the code is idiomatic and optimized.
Those are basically opposite ends of the same axis.
Heavily optimized code is never idiomatic in any language. If the natural, idiomatic code were fast enough it wouldn’t need to be optimized!
Make sure the code is idiomatic and optimized.