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

Array Slicing #139

Open
Pencilcaseman opened this issue Jan 5, 2023 · 0 comments
Open

Array Slicing #139

Pencilcaseman opened this issue Jan 5, 2023 · 0 comments
Assignees
Labels
c++ Pull requests that update C++ code documentation Improvements or additions to documentation enhancement New feature or request Requires Rewrite A large rewrite will be required
Milestone

Comments

@Pencilcaseman
Copy link
Member

Is your feature request related to a problem? Please describe.
There is currently no way of accessing sub-arrays without manually iterating over them, which is sometimes difficult and inconvenient.

Describe the solution you'd like
Some sort of ArraySlice object that can be used as a strided view of an Array object.

Describe alternatives you've considered

  • Use a strided array to begin with? Doesn't feel optimal
  • Do not allow strided access, but allow for sub-array access (parent data pointer)
@Pencilcaseman Pencilcaseman self-assigned this Jan 5, 2023
@Pencilcaseman Pencilcaseman added documentation Improvements or additions to documentation enhancement New feature or request c++ Pull requests that update C++ code Requires Rewrite A large rewrite will be required labels Jan 5, 2023
@Pencilcaseman Pencilcaseman added this to the 0.6.0 milestone Jan 5, 2023
@Pencilcaseman Pencilcaseman moved this to January 2023 in Roadmap Jan 12, 2023
@Pencilcaseman Pencilcaseman moved this from January 2023 to February 2023 in Roadmap Jan 27, 2023
@Pencilcaseman Pencilcaseman moved this from February 2023 to March 2023 in Roadmap Feb 15, 2023
@Pencilcaseman Pencilcaseman moved this from March 2023 to April 2023 in Roadmap Mar 2, 2023
@Pencilcaseman Pencilcaseman moved this from April 2023 to May 2023 in Roadmap Apr 11, 2023
@Pencilcaseman Pencilcaseman moved this from May 2023 (A-Levels) to July 2023 (A-Levels) in Roadmap May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Pull requests that update C++ code documentation Improvements or additions to documentation enhancement New feature or request Requires Rewrite A large rewrite will be required
Projects
Status: July 2023
Status: No status
Development

No branches or pull requests

1 participant