Fork me on GitHub
#core-matrix
<
2021-07-20
>
jjttjj15:07:01

Hi. I'm wondering if anyone happens to know the performance characteristics of core.matrix on clojurescript, particularly the dataset stuff, compared to using clojure vectors and maps? I'm receiving lots of streaming time series data that I then need to reshape to js objects in various ways to show in various js charting libraries. Transforming to and from clojure data structures in the middle is too slow/memory intensive. Does anyone know if core.matrix helps me out here at all? I have started skimming the source a bit and will do some benchmarks, just wanted to see if anyone has any thoughts on this as well.