You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is kind of an RFC. In general I've started to prefer pathfinder_geometry over euclid because it supports SIMD, even on stable Rust, and it has less weird conventions (column major everywhere). But euclid is more commonly used in the ecosystem.
This is kind of an RFC. In general I've started to prefer
pathfinder_geometryovereuclidbecause it supports SIMD, even on stable Rust, and it has less weird conventions (column major everywhere). Buteuclidis more commonly used in the ecosystem.