Re: Core Matrix Dot Product

2015-03-14 Thread Christopher Small
Which core.matrix implementation are you using? core.matrix is really just an API, and has a number of implementations. The default is not particularly fast, and uses vanilla nested Clojure vectors. However, you can also set up the Vectorz implementation which is typically fast enough for my

Core Matrix Dot Product

2015-03-14 Thread Byan Jati
hello there, i want to ask about core.matrix dot product performance, is there a technique to optimize dot-product function ? Because i found that in Java, C, or even in HipHipArray library, the dot product performance is extremely faster than core matrix dot product. I conduct a little

Re: Typed Clojure paper draft

2015-03-14 Thread Chris Ford
Seems to me that is cool enough to warrant a bit more bragging - perhaps use the word novel in the introduction so that the reader appreciates that you've broken new ground by occurrence typing multimethods. On 14 March 2015 at 03:22, Ambrose Bonnaire-Sergeant abonnaireserge...@gmail.com wrote:

problems using leiningen on Ubuntu 14.10 (and solved)

2015-03-14 Thread Ryan Waters
What follows is an issue I was having with leiningen on a couple new linux installations. This writeup is only tangentially related to Clojure but I wanted to email it out there for others who may run into this same issue. The following is relevant for Debian (Jessie) and Ubuntu Server 14.10 as