Fork me on GitHub
#core-matrix
<
2018-08-09
>
puzzler00:08:04

I've been playing around with core-matrix :vectorz for a 2d matrix of doubles, and I'm amazed at how close the performance of accessing entries from the matrix with mget is comparable to a native 2d array of doubles, even though I'm sure mget must be boxing the double. Is there any clever magic going on in the implementation that I could learn some tricks from?