Firionus / FastRunningMedian.jl

Efficient running median for Julia
MIT License
11 stars 1 forks source link

New Benchmark Comparison with Logarithmic Violin Plots #20

Open Firionus opened 1 year ago

Firionus commented 1 year ago

While the logarithmic scale is great, I think we could remove the big O lines, they don't really add much. Also, the libraries should be offset so one can judge the error bars (violin distributions). This probably also means limiting the amount of window sizes somewhat more.

Firionus commented 1 year ago

A comparison against MATLAB might be cool: https://www.mathworks.com/help/matlab/ref/movmedian.html