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

Devise a way to guarantee an IEnumerable<T> produces an unmanaged IEnumerator #295

Open
mbaker3 opened this issue Nov 21, 2023 · 0 comments
Labels
effort-high Focused - 4 to 8 hours priority-high Good candidate to bump to the top of your queue next time you need a task.

Comments

@mbaker3
Copy link
Member

mbaker3 commented Nov 21, 2023

Currently we haven't figured out a way to generically accept IEnumerable<T> instances while retaining burst compatibility.

Devise a way to do this.

Idea

Can we create a BurstableEnumerable that wraps IEnumerables and enforces the unmanaged constraint on the IEnumerator?

@mbaker3 mbaker3 added effort-high Focused - 4 to 8 hours priority-high Good candidate to bump to the top of your queue next time you need a task. labels Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort-high Focused - 4 to 8 hours priority-high Good candidate to bump to the top of your queue next time you need a task.
Projects
None yet
Development

No branches or pull requests

1 participant