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 ] significantly reduce roster update cost #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MarcelineVQ
Copy link

any time multiple people are moved at once the raid update will cause a performance issue, consolidates multiple updates

particularly impactful for addons that update raid formations all at once

any time multiple poeople are moved at once the raid update will cause a performance issue, consolidate multiple updates

particularly impactful for addons that update raid formations all at once
@OldManAlpha
Copy link
Collaborator

Hey, thanks for the PR. I have noticed the poor performance of party/raid updates in general and that excess events are problematic.

I'm unaware of the mechanics of Ace's bucket events. Do the events dispatch on a regular interval or will the first event execute immediately and then following events be consolidated and run in 0.3 seconds? Reason I ask is because I'd like to maintain that small party changes be updated immediately.

@OldManAlpha OldManAlpha self-assigned this Mar 21, 2025
@MarcelineVQ
Copy link
Author

MarcelineVQ commented Mar 21, 2025 via email

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.

2 participants