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

Does anyone have any insight regarding newer version performance changes? #97

Closed
felicro opened this issue May 24, 2024 · 3 comments
Closed
Labels
question Further information is requested

Comments

@felicro
Copy link

felicro commented May 24, 2024

Question

I am currently using v1.1.2 within a project I am working on and am looking to improve the overall execution speed by any means necessary. It seems that due to initial design decisions, updating my code to the newer versions would require a good bit of restructuring. I was wondering if anyone had information, or insight regarding how the v2.0+ versions and the v1.1.2 version compare in terms of performance? More specifically, instruction translation speeds and memory usage? Is there much of a difference?

Thanks in advance for any assistance!

@felicro felicro added the question Further information is requested label May 24, 2024
@ltfish
Copy link
Member

ltfish commented May 24, 2024

IMO 8be751a is the commit that brings the biggest performance improvement. I did not pay attention to memory usage, but the speed improvement during block lifting is over 10x once we switched to nanobind.

@felicro
Copy link
Author

felicro commented May 24, 2024

Oh, wow. Thanks so much for your response. That is really good! I guess I am doing the update after all. Thanks again.

@ltfish
Copy link
Member

ltfish commented May 27, 2024

It was @mborgerson who made all the performance improvement happen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants