Skip to content

Gridstore: split pointer updates set/unset, simplify draining#7749

Merged
timvisee merged 11 commits intodevfrom
gridstore-pointer-split-set-unset
Dec 11, 2025
Merged

Gridstore: split pointer updates set/unset, simplify draining#7749
timvisee merged 11 commits intodevfrom
gridstore-pointer-split-set-unset

Conversation

@timvisee
Copy link
Member

Follow up for #7741

Dramatically simplify the PointerUpdates structure by:

  • splitting updates in a separate set and unset list
  • work directly with set/unset list in drain

I've sprinkled a bunch of debug assertions over the place to ensure we remain in a good state.

All Submissions:

  • Contributions should target the dev branch. Did you create your branch from dev?
  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  1. Does your submission pass tests?
  2. Have you formatted your code locally using cargo +nightly fmt --all command prior to submission?
  3. Have you checked your code using cargo clippy --all --all-features command?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants