As an extension to pygfx/pygfx#520 we can optimize pylinalg functions by minimizing (temporary) array creation, reducing time spent in memory allocation and garbage collection.
This will have bigger impact when the functions are used on arrays of inputs.
As an extension to pygfx/pygfx#520 we can optimize pylinalg functions by minimizing (temporary) array creation, reducing time spent in memory allocation and garbage collection.
This will have bigger impact when the functions are used on arrays of inputs.