fair-acc / chart-fx

A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points.
GNU Lesser General Public License v3.0
488 stars 90 forks source link

Notes for future work past 11.3 #622

Open ennerf opened 9 months ago

ennerf commented 9 months ago

Here are some notes for low-priority things that may be good to be addressed at some point in the future:

Axis

Renderer

DataSet

Chart

Sampler

ennerf commented 3 months ago

I just noticed that the thread pool in HdrHistogramRecorder#L115 is not using daemon threads. That needs to be fixed.