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

Add a component that can be used to easily "slice" an array #36

Closed
TonyTroeff opened this issue Mar 23, 2023 · 1 comment
Closed

Add a component that can be used to easily "slice" an array #36

TonyTroeff opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels
feature Something that should be implemented wontfix This will not be worked on

Comments

@TonyTroeff
Copy link
Member

I need to access the last element of an array. With the other elements I want to execute another operation. However, this pattern may reoccur recursively and that means that we will have n partial copies of the original array in memory.
If we could "slice" it somehow, this would help us optimize the process a lot.

@TonyTroeff TonyTroeff added the feature Something that should be implemented label Mar 23, 2023
@TonyTroeff TonyTroeff self-assigned this Mar 23, 2023
@TonyTroeff TonyTroeff added wontfix This will not be worked on and removed wontfix This will not be worked on labels Jun 26, 2023
@TonyTroeff
Copy link
Member Author

There is no need to implement this. The ArraySegment<T> wrapper is a component that can be used for this job.

@TonyTroeff TonyTroeff added the wontfix This will not be worked on label Jun 26, 2023
@TonyTroeff TonyTroeff closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something that should be implemented wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant