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

add Bound::as_any and Bound::into_any (and same for Py) #3785

Merged
merged 3 commits into from
Feb 1, 2024

clean up implementations in `src/instance.rs`

49a57df
Select commit
Loading
Failed to load commit list.
Merged

add Bound::as_any and Bound::into_any (and same for Py) #3785

clean up implementations in `src/instance.rs`
49a57df
Select commit
Loading
Failed to load commit list.
CodSpeed HQ / CodSpeed Performance Analysis failed Feb 1, 2024

Performance Regression: -11.44%

Summary

⚡ 2 improvements
❌ 1 regressions
✅ 76 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main davidhewitt:bound-as-any Change
list_via_downcast 185 ns 157.2 ns +17.67%
not_a_list_via_downcast 215 ns 242.8 ns -11.44%
sequence_from_tuple 425 ns 369.4 ns +15.04%