Open nup002 opened 3 years ago
Array unwrap is computationally expensive for large arrays. This PR makes sure the underlying array is not unnecessarily unwrapped if it has not changed since it was last unwrapped.
All tests pass.
Time to merge this?
Array unwrap is computationally expensive for large arrays. This PR makes sure the underlying array is not unnecessarily unwrapped if it has not changed since it was last unwrapped.
All tests pass.