Caleydo / confusionflow-ui

Visualize learning dynamics in multi-class image classifiers (e.g., convolutional neural networks) 💬 @gfrogat @thinkh
https://confusionflow.org
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Improve rendering performance #215

Closed thinkh closed 5 years ago

thinkh commented 5 years ago

Before the improvement the rendering time was 4500 ms:

image

After the improvement the rendering time is 320 ms:

image

thinkh commented 5 years ago

I refactored the code and removed the simulateClick behavoir in the toolbar (and use the DataStore instead). However, I still have to improve the rendering of the matrix cell when switching the renderer, because all cells are removed and re-created.

The performance looks like this at the moment: image

thinkh commented 5 years ago

image