CDU-data-science-team / pxtextminingdashboard

Text mining and visualization of NHS patient feedback.
https://feedbackmatters.uk/rsconnect/text_mining_dashboard/
Other
4 stars 1 forks source link

Debounce/throttle expressions that invalidate too often #17

Closed andreassot10 closed 3 years ago

andreassot10 commented 3 years ago

Example: A user chooses to plot a TF-IDF bigram bar plot. While this is being calculated, they decide to switch to a unigram bar plot. Computation time roughly doubles. Need to debounce/throttle.

andreassot10 commented 3 years ago

21 fixes issues with debounce, caching and progress bars.