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

Performance improvements by inlining functions #11

Open
rasmusgo opened this issue Jul 24, 2023 · 0 comments
Open

Performance improvements by inlining functions #11

rasmusgo opened this issue Jul 24, 2023 · 0 comments

Comments

@rasmusgo
Copy link

rasmusgo commented Jul 24, 2023

I was able to get big performance improvements by inlining most functions in the generated code. The overall speed boost for my application was around 2x.

My changes to the generated code can be seen here:
https://github.com/rasmusgo/physics_playground/commits/geometric-algebra/geometric_algebra

Consider this code as contributed if anything can be copied from the geometric_algebra folder.

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

No branches or pull requests

1 participant