issues
search
nLabs-nScope
/
nLab
GNU General Public License v3.0
9
stars
2
forks
source link
Introduce render optimizations to increase display framerate
#63
Closed
davidjmeyer
closed
9 months ago
davidjmeyer
commented
9 months ago
This PR introduces two rendering optimizations:
Instead of re-creating the traces object from native binary types on each frame, this updates the traces object only when it needs to be
Limits the number of plot points to 6k per trace, as it's unlikely for most monitors to be able to render more than this density.
This PR introduces two rendering optimizations: