tsdownsample under the code section of the README - tsdownsample provides (extremely) optimized pre-compiled implementations of the LTTB & MinMaxLTTB algorithm (for in-memory downsampling)
our research paper on MinMaxLTTB which is a new heuristic for the LTTB algorithm that has much better runtime, allows for parallelization, can be easily implemented in database solutions while serving the same visual representativeness as the vanilla LTTB algorithm!
@sveinn-steinarsson your thesis on time series downsampling largely inspired most of the work above - you are a legend for laying the foundation in the time series downsampling for visualization domain.
This PR adds
tsdownsample
under the code section of the README -tsdownsample
provides (extremely) optimized pre-compiled implementations of the LTTB & MinMaxLTTB algorithm (for in-memory downsampling)@sveinn-steinarsson your thesis on time series downsampling largely inspired most of the work above - you are a legend for laying the foundation in the time series downsampling for visualization domain.