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

Use generics for CustomProcedure #725

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

yrajas
Copy link
Contributor

@yrajas yrajas commented Oct 16, 2024

To ensure high performance when executing custom procedures, the Execute method is modified to utilize generic type of GarnetApi instead of as a parameter that needs an interface call and boxing.

@yrajas yrajas marked this pull request as ready for review October 16, 2024 04:12
@yrajas yrajas merged commit 14083b0 into microsoft:main Oct 16, 2024
15 checks passed
@yrajas yrajas deleted the yrajas/CustomProcGenericExecute branch October 16, 2024 04:53
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