Skip to content

Add view Support for Efficient DArray Chunk Slicing #627

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

Merged
merged 1 commit into from
Jul 9, 2025

Conversation

AkhilAkkapelli
Copy link
Contributor

  • Adds view support for efficient slicing of DArray chunks using standard Julia view syntax.
  • Introduces the ChunkSlice type for representing chunk subregions without materializing data.
  • Ensures robust error handling for invalid slice types and out-of-bounds indices.
  • Documentation and Comprehensive Tests for chunk view functionality.

@jpsamaroo jpsamaroo merged commit cd8ca95 into JuliaParallel:master Jul 9, 2025
12 of 18 checks passed
@jpsamaroo
Copy link
Member

Thanks @AkhilAkkapelli !

@AkhilAkkapelli AkhilAkkapelli deleted the darray-slice branch July 10, 2025 17:52
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.

2 participants