Why is my simple vec3 pyo3 pyclass so much slower than py glm’s equivalent class at construction and multiplication?
I’m trying to create a Python extension in Pyo3 that creates a type that is similar to a vec3/glm vec3, but instead from rust.
How to modify rust types passed to python which were initially created in python from Pyo3
I’ve created the following directory structure