JuliaPlots / JuliaPlots/PlotlyJS.jl
Slow histogram
Open
perf
- Dominant language
- Julia
- Stars
- 444
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
The histogram method provided by PlotlyJS seems to be rather slow. I noticed this trying to plot histograms for arrays containing about ten million entries. In order to speed things up, I've written a similar method based on StatsBase and PlotlyJS.bar plots which has shown to be drastically faster in my use case.
Are there any reasons why PlotlyJS should not use StatsBase for the histogram creation?
Should you be interested, I'll gladly provide my approach.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.