Hacker News new | ask | show | jobs
by mflaherty22 473 days ago
I'd like to see what the author's motivation was for making this, but I'm not sure benchmarks would be the first thing I look for :)
1 comments

I haven't done benchmarks, but this speculation nailed it - The exact motivation is lost, but I believe I became tilted with inconsistent mixes of JPL and Hamilton quaternion operations on the popular libs at the time. Since then, I use it as a low-friction way to conserve geometrical functions among multiple projects. I.e., it's easier to just edit the code base than go through a PR process.
no_std seems somewhat novel, which might have been another motivating factor?