-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison with mdspan/mdarray #45
Comments
Thanks for the good suggestion. I think this deserves e.g. a README section, but I'm not sure I have a strong enough understanding of Basic multi-dimensional array storage and access
I think that as long as your The one significant thing I've noticed: it appears that It's hard to compare It looks like the current design of Higher-level algorithmsThis library provides some higher level algorithms and tools that are integrated with the array types. I think the
I think most of these could be implemented on top of Non-zero mins being part of the shape are also very helpful for tiling. Of course, the mins can be passed separately, but now it's not "transparent" tiling any more. But at the same time, people might prefer the numpy style slicing rather than the style this library uses (#24). |
midspan
andmdarray
are being proposed for inclusion in the C++ standard library. Looking at this library, it seems that some of the basic concerns are the same, but the proposed model and solution is different. It would be very helpful for users that are deciding about which low-level type to use to have a comparison between the two approaches.The text was updated successfully, but these errors were encountered: