-
Notifications
You must be signed in to change notification settings - Fork 212
perf: mux - consolidate wire, sc, mu slices into muxwire struct #869
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
Conversation
Hi @rueian, any update on this PR? Thanks! |
Hi @arbhalerao, the change looks good to me. However, I haven't had a chance to make sure there is no performane degration. |
Or could you help doing a simulated benchmark on this critical path: Lines 155 to 158 in dad42a2
to show that it won't degrade with your change? |
Hi @rueian, |
Thanks @arbhalerao. A simulated benchmark on similar structures is enough. I don't need a real benchmark on the real |
Hi @rueian, I've created a benchmark testing the critical path performance as requested. The benchmark compares:
Results:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @arbhalerao
fixes: #862