miniblog.
← Back to all posts
Wilfred Hughes
Apr 23, 2016 at 22:47
Multithreaded matrix multiplication in Rust with rayon:
https://athemathmo.github.io/2016/04/16/multithreading-multiplication-1.html
(comes pretty close to BLAS in some cases!)
Multithreaded matrix multiplication in Rust - Part I