Ivorforce / NumDot

Tensor math and scientific computation library for the Godot game engine.
https://numdot.readthedocs.io
MIT License
6 stars 3 forks source link

Drops and Keeps for slices #16

Open Ivorforce opened 2 weeks ago

Ivorforce commented 2 weeks ago

This is a feature supported by xtensor. The only problem they mention is that it's slower than regular views, but we can just make a check of whether we have any keeps or drops we need to account for. Given all the other overhead, this wouldn't be a dealbreaker for us.