geometric_algebra icon indicating copy to clipboard operation
geometric_algebra copied to clipboard

Performance improvements by inlining functions

Open rasmusgo opened this issue 2 years ago • 0 comments

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.

rasmusgo avatar Jul 24 '23 19:07 rasmusgo