github
Improve performance of `CircuitData::__getitem__` (#11842) The order of the variants in `SliceOrInt` determines which is tried first by the `FromPyObject` derivation. `Int` is more common in like 99.9+% of cases, so wants to be first. (cherry picked from commit 6a8bdb717)
58891 of 65971 relevant lines covered (89.27%)
186527.53 hits per line