debrief / limpet

Placeholder for materials related to the Limpet project (http://limpet.info)
Eclipse Public License 1.0
3 stars 4 forks source link

Reduce UI updates #592

Closed IanMayo closed 7 years ago

IanMayo commented 7 years ago

When we vary the input to an heatmap, there then follows a series of updates to the TabularView, then an update to the HeatMap

Really, these updates should be cached (so only the latest update is performed), and they should happen in another thread.