Y
Hacker News
new
|
ask
|
show
|
jobs
by
wrnr
1773 days ago
How about geometric algebra libraries like Klein and g3. Klein has operator overloading for the basis elements of the algebra implemented using intel's SSE, while g3 does the same but uses the Rust's portable stdsimd crate.
Klein:
https://www.jeremyong.com/klein/
g3:
https://github.com/wrnrlr/g3