I am looking for a faster way of calculating cosine similarity (because I have a large matrix of 2.8Gb).
I found a coop package where was written something about "A good BLAS library," so I started digging and found out that I should use openBLAS library to make it faster. I read the installation guide and many other articles.
How can I install and run it in R on macbook?