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

perf: skip future cancellation when not needed #151

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

jasonk000
Copy link
Member

@jasonk000 jasonk000 commented Nov 14, 2024

It implicitly throws an expensive exception. Some codepaths throw away the errorFuture, so there is no need to issue the cancel/throw the exception.

This is approximately half of the CPU overhead on the caller thread for the getAsync call.

image

it implicitly throws an expensive exception
Copy link
Contributor

@pkarumanchi9 pkarumanchi9 left a comment

Choose a reason for hiding this comment

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

LGTM!

@jasonk000 jasonk000 merged commit 9ddd6a9 into master Dec 6, 2024
1 check passed
@jasonk000 jasonk000 deleted the jkoch/skip-cancel branch December 6, 2024 16:31
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