xtensor
xtensor copied to clipboard
Fill xcontainers of static uncontiguous layout contiguously if their runtime layout is contiguous
Checklist
- [x] The title and commit message(s) are descriptive.
- [x] Small commits made to fix your PR have been squashed to avoid history pollution.
- [ ] Tests have been added for new features or bug fixes.
- [ ] API of new functions and classes are documented.
Description
This small change can speed up assignment to affected xcontainer objects by 20x.