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

⬆️ Bump 9c-headless #515

Merged
merged 5 commits into from
Oct 17, 2023

Conversation

greymistcube
Copy link
Contributor

⬆️


int raidId = 0;
bool found = false;
for (int i = 0; i < 99; i++)
{
if (ev.OutputState.Delta.UpdatedAddresses.Contains(
if (outputState.Delta.UpdatedAddresses.Contains(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it contain real Delta.UpdatedAddresses? Don't we need ITrie.Diff() in this case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See 9aa4c9e.

  • Possibly a lot slower than before.
  • Behavior might not be the same as diff of ITrie only searches for actual changed value.

@riemannulus riemannulus merged commit 32206cf into planetarium:development Oct 17, 2023
2 checks passed
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.

3 participants