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

Rust: remove unnecessary uses of dynamic dispatch #5676

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

andiflabs
Copy link
Contributor

Summary

Dynamic dispatch has a small runtime overhead, hence removing it.

Testing Plan

Unit tests

Documentation

N/A

Breaking Change

This change should be 100% backward-compatible as it makes the inputs to some functions more generic.

@andiflabs andiflabs requested a review from a team as a code owner November 26, 2024 20:29
@andiflabs andiflabs merged commit d2545ee into staging Nov 26, 2024
24 checks passed
@andiflabs andiflabs deleted the andrea/remove-dyn-witness-trait branch November 26, 2024 22:07
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