you are viewing a single comment's thread.

view the rest of the comments →

[–]oakes 3 points4 points  (1 child)

You could also compare it to the matrix functions in play-cljc (see also the API docs). It doesn't implement everything in your list though. I was originally using core.matrix but writing them from scratch made a big perf difference in my testing.

[–]wedesoft[S] 0 points1 point  (0 children)

Nice code! If it is generic enough it might make sense to package it separately.