eight-dimensional array support
I am in need of eight dimensional array. I would like to use eight dimensional array conveniently like Array2, Array4... Will the Array1, Array2, ..., Array6 extended to Array8?
ArrayD supports arbitrarily many axes. Is it sufficient for your needs?
I am aware of ArrayD. ArrayD is less convenient and perfomant(?) than Array6 or Array8.
This is likely to be implemented when we remake dims with const generics (although no promise). Performance you'll have to evaluate, bigger static dim types lead to more code bloat in its own way, so it's a trade-off.
Perhaps the largest static dim type could be a compile time choice made by environment variable?
IMO we should just work on the dimension changes for 0.16 and see what comes out of that