jasongilman / proto-repl-charts

An Atom Plugin extension for Proto REPL that allows displaying graphs.
MIT License
65 stars 4 forks source link

Improve performance of displaying graphs #8

Open jasongilman opened 8 years ago

jasongilman commented 8 years ago

It takes a about 4 seconds to display a graph of 35 nodes and 54 edges. That's too long for such a relatively small graph. The time seems to be taken up in the visualization part itself. I've profiled it and almost all the time is spent there. It's odd because much larger graphs like http://visjs.org/examples/network/exampleApplications/worldCupPerformance.html can display almost immediately.