-
Notifications
You must be signed in to change notification settings - Fork 17
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
Implement PermutedDimsArray for DiskArrays #42
Comments
As explained in the issue you linked, it would be preferable to call In case you insist on working with The main drawback of this approach (using Base types for permutations, views, etc instead of making DiskArray analogies) is that the resulting arrays still are not |
I have a use-case for this too. We need a dimension permutation method that is always lazy - This causes problems generalising some methods in Rasters.jl because we really want lazy permutation of large in-memory rasters, but cant without special-casing everything. |
Hi, I noticed bad performance when using
PermutedDimsArray
with ArchGDAL and the issue probably is located here. See yeesian/ArchGDAL.jl#225, which explains the problem. However I don't see an easy fix like proposed over there, as it runs into a stack overflow for AbstractDiskArrays.The text was updated successfully, but these errors were encountered: