Hacker News new | ask | show | jobs
by brandmeyer 2431 days ago
This is interesting to see. But if I'm going to compare numerical C++ against numerical Rust, then I would be using a higher-level library for the comparision. What is Rust's Other Leading Brand (TM) for the Eigen C++ library?
2 comments

That comparison (I’m not familiar enough with Eigen to truly say) is going to change over time too; once const generics lands (which is proceeding, finally) the APIs for numerics libraries are going to be significantly different in Rust.
There's a bunch of Eigen analogues in Rust, which is slightly frustrating. ndarray is pretty great though