LGSInnovations / sigplot

SigPlot provides fast interactive web-plotting for software defined radio.
https://sigplot.lgsinnovations.com
Apache License 2.0
36 stars 26 forks source link

Plotting SP needs to be optimized. #80

Open mrecachinas opened 5 years ago

mrecachinas commented 5 years ago

Describe the bug Plotting scalar packed files on larger (~15 MB) files (i.e., overlay_href) is currently inefficient. Changing SP to SB on the server-side, while space-inefficient, speeds up plotting. Also, plotting SP blocks the entire page, so if you have multiple plots and the SP overlay_href triggers first, none of the other plots will render until SP is done.

mrecachinas commented 5 years ago

Updates from profiling and discussing with @maihde:

mrecachinas commented 4 years ago

Effort in https://github.com/LGSInnovations/sigfile to integrate BitArray WASM.