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

Improve queue processing efficiency. #369

Merged
merged 1 commit into from
May 16, 2024

Conversation

Laimiux
Copy link
Collaborator

@Laimiux Laimiux commented May 16, 2024

What

Optimizing SynchronizedUpdateQueue to execute a batch of updates together. This should decrease the number of times a thread take-over happens and reduce thread context switching overhead.

@Laimiux Laimiux requested a review from jasonostrander May 16, 2024 17:39
@carrotkite
Copy link

JaCoCo Code Coverage 84.41% ✅

Class Covered Meta Status
com/instacart/formula/internal/SynchronizedUpdateQueue 94% 0%

Generated by 🚫 Danger

@Laimiux Laimiux merged commit 438cad9 into master May 16, 2024
4 checks passed
@Laimiux Laimiux deleted the laimonas/more-efficient-execution branch May 16, 2024 17:46
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