zxcalc / quantomatic

Quantomatic is a tool for doing automated graph rewriting.
http://quantomatic.github.io
154 stars 22 forks source link

Quantomatic is slow at starting up #57

Closed randomguy3 closed 10 years ago

randomguy3 commented 12 years ago

Can we do something about this?

Fun fact: a full second of startup time on my machine is spent in the SVG library doing font-related work to get the "H" for the hadamard gate.

Also, we spend a couple hundred milliseconds in SmoothLayoutDecorator.prerelax() iterating over QuantoForceLayout on a new graph - when there are no vertices to lay out!

NB: low priority

zamdzhiev commented 10 years ago

refers to old GUI