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

StructEnumerable.SelectMany #28

Closed
reegeek opened this issue Jun 23, 2020 · 3 comments
Closed

StructEnumerable.SelectMany #28

reegeek opened this issue Jun 23, 2020 · 3 comments

Comments

@reegeek
Copy link
Owner

reegeek commented Jun 23, 2020

No description provided.

@MendelMonteiro
Copy link
Collaborator

This will be like group by in that it will be quite challenging to do without allocating

@dzmitry-lahoda
Copy link

accept allocator from array pool or memory pool classes from .net 3. like zig lang does - anything that allocates, gets class into it

@reegeek
Copy link
Owner Author

reegeek commented Jun 15, 2021

done without allocation in some case.

@reegeek reegeek closed this as completed Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants