Skip to content
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

Re-write arange to use map_direct, which avoids writing a Zarr array #332

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

tomwhite
Copy link
Member

@tomwhite tomwhite commented Dec 5, 2023

The current implementation of arange was written before map_direct and virtual offsets (#247) were introduced. With this change arange no longer needs an intermediate Zarr array for the offsets.

@tomwhite tomwhite merged commit 568557d into main Dec 6, 2023
7 checks passed
@tomwhite tomwhite deleted the arange-map-direct branch December 6, 2023 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant