JuliaPlots / PlotlyJS.jl

Julia library for plotting with plotly.js
Other
413 stars 77 forks source link

Remove Blink dependency #451

Open halleysfifthinc opened 1 year ago

halleysfifthinc commented 1 year ago

Disclaimer: This PR is not-entirely-serious, and is mostly intended to start a discussion.

Blink is a large dependency with a correspondingly large load time (@time using Blink # 2.42 seconds on my PC).

There are two major benefits from removing Blink as a dependency:

Some relevant questions:

(Fixes #272)

jd-foster commented 8 months ago

There could be an argument here for a weak dependency version too as in #463 .