bitshifter / mathbench-rs

Comparing performance of Rust math libraries for common 3D game and graphics tasks
Other
197 stars 16 forks source link

Include ndarray #18

Open jlricon opened 4 years ago

jlricon commented 4 years ago

Ndarray is the fastest way of doing matrix multiplication out of the cases I've benchmarked (Faster than the newest nalgebra with simba); consider including it https://github.com/jlricon/rust-matmul