Limeth/euclider

`GeneralIntersector` returns a `Box`ed type

Limeth opened this issue · 0 comments

GeneralIntersector returns a Boxed type. Since these functions can be called several thousand times per frame, it may be worth considering an alternative that doesn't require heap allocation.

https://github.com/Limeth/euclider/blob/master/src/universe/entity/shape.rs#L35-L40