ndarray icon indicating copy to clipboard operation
ndarray copied to clipboard

Add `#[track_caller]` judiciously

Open bluss opened this issue 4 years ago • 1 comments
trafficstars

Add #[track_caller] to some panicking methods. Slicing methods seem the most prudent (Index/Mut does not apply, sorry).

Needs benchmarks to investigate impact, preferably holistic benchmarks.

bluss avatar Apr 06 '21 16:04 bluss

I started work on this in https://github.com/rust-ndarray/ndarray/pull/975

xd009642 avatar Apr 07 '21 05:04 xd009642