holoviz / holoviews

With Holoviews, your data visualizes itself.
https://holoviews.org
BSD 3-Clause "New" or "Revised" License
2.67k stars 400 forks source link

Freeze models while updating plot(s) #6315

Closed philippjfr closed 2 weeks ago

philippjfr commented 2 weeks ago

Uses the ability to freeze the Bokeh Document model graph while a plot is being updated to avoid needlessly recomputing the graph over and over. Results in about a 10% speed improvement during plot updates.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.51%. Comparing base (28cbd14) to head (c4696c2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6315 +/- ## ======================================= Coverage 88.51% 88.51% ======================================= Files 323 323 Lines 68092 68098 +6 ======================================= + Hits 60271 60277 +6 Misses 7821 7821 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

philippjfr commented 2 weeks ago

ffmpeg issue fixed by pinning in this PR but will update the lock separately.