iotaledger / goshimmer

Prototype implementation of IOTA 2.0
https://wiki.iota.org/goshimmer/welcome
Apache License 2.0
389 stars 114 forks source link

Visualizer: Performance optimization #1922

Closed jkrvivian closed 2 years ago

jkrvivian commented 2 years ago

During spamming, graphs will get really heavy and might even halt, we should seek approaches to speed up the drawing and data processing as much as we can.

jkrvivian commented 2 years ago

UTXO and branch DAG do not draw stuff because those websocket messages are not in the buffer anymore.

jkrvivian commented 2 years ago

UTXO and branch DAG can't zoom in if too many txs and branches

We can avoid this by simplifying drawings.