sarah-quinones / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.82k stars 61 forks source link

Add features to bench crate #26

Closed ZuseZ4 closed 1 year ago

ZuseZ4 commented 1 year ago

Allows to disable eigen or nalgebra at compile time. eigen takes comparably long to compile and nalgebra cause benchmarking for larger n to become slow. I use it for a couple of benchmarks, but feel free to close if you don't need it upstream.

sarah-quinones commented 1 year ago

this looks good to me as well. thanks!