- OpenBLAS
- https://github.com/xianyi/OpenBLAS
- Improve performance by a lot for intensive linear algebra (the Solus package manager provides a version that is incredibly slow in a lot of use cases on my XPS 13 i7 6560U even compared to a really simple C/C++ equivalent)
- Yes it is open source
- https://github.com/xianyi/OpenBLAS/archive/v0.2.20.tar.gz
As a complement I made a simple benchmarking project to easily compare performance between the pre-built binaries and the ones built from source if you want to compare by yourselves :
https://github.com/JPenuchot/lib-cmp