nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

Add `faer` to `math-scientific` #107

Open ariasanovsky opened 4 months ago

ariasanovsky commented 4 months ago

faer is

a pure Rust implementation of low level linear algebra algorithms that leverages SIMD instructions, modern cache friendly algorithms and thread parallelism to achieve high performance. -- Rust Scientific Computing 2023

djc commented 4 months ago

With only 3k recent downloads (compared to 1.3M for ndarray and 1.7M for nalgebra), I think it is too early to add this crate to blessed.rs.