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

Fix parallel chunk iterator using entire index instead of split slice #240

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

TomGillen
Copy link
Collaborator

Parallel iterators were iterating over all chunks rather than their split sub-set... This is obviously a massively critical bug.

Fixes #239

@TomGillen TomGillen added the type: bug Something isn't working label Feb 23, 2021
@TomGillen TomGillen merged commit 475ce80 into master Feb 24, 2021
@TomGillen TomGillen deleted the fix/par_chunk_iter_split branch February 24, 2021 01:38
@Nehliin
Copy link

Nehliin commented Feb 24, 2021

@TomGillen Thank you for the quick fix! Should I expect a new crates.io release dropping soon?

@TomGillen
Copy link
Collaborator Author

@Nehliin I have just published v0.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chunk shows the incorrect archetype after adding entity components?
2 participants