Skip to content

Write The Array Format #1

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

Open
william-dawson opened this issue Sep 12, 2017 · 0 comments
Open

Write The Array Format #1

william-dawson opened this issue Sep 12, 2017 · 0 comments

Comments

@william-dawson
Copy link
Owner

Currently, we support reading of both array and coordinate formats. However, we only support writing the coordinate format.

Supporting the array format would be a nice feature, though implementing it feels out of the scope of this project. The main challenge is that the data must be stored in a very specific order before writing. Whereas for the coordinate format, any order is fine, which keeps the data redistribution routines in the hands of the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant