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

feat: native queue list #308

Merged
merged 1 commit into from
Dec 18, 2024
Merged

feat: native queue list #308

merged 1 commit into from
Dec 18, 2024

Conversation

andywiecko
Copy link
Owner

Introduce (internal) a custom NativeQueueList<T> implementation based on NativeList<T>, replacing the com.unity.collections NativeQueue<T> due to persistent bugs in Unity's implementation. This custom implementation offers significantly faster allocation and manipulation performance, though it is more memory-intensive. It will be incorporated in future commits to replace existing uses of NativeQueue throughout the codebase.

Introduce (internal) a custom `NativeQueueList<T>` implementation based on `NativeList<T>`, replacing the `com.unity.collections` `NativeQueue<T>` due to persistent bugs in Unity's implementation. This custom implementation offers significantly faster allocation and manipulation performance, though it is more memory-intensive. It will be incorporated in future commits to replace existing uses of `NativeQueue` throughout the codebase.
@andywiecko andywiecko merged commit c050302 into main Dec 18, 2024
6 checks passed
@andywiecko andywiecko deleted the feat/native-queue-list branch December 18, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant