clojure-quant / quanta

quantitative technical analysis in clojure
13 stars 4 forks source link

rtable slow on 10.000 rows. #28

Closed awb99 closed 4 months ago

awb99 commented 9 months ago

Highcharts loads 10k bars into chart quickly. rtable is slow for 10k bar series.

this is surprising, as rendering a table should be faster than a chart. why???