You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the problem was the the layout (the algorithm which resolves how wires will be routed and components placed, not the actual rendering),
layout is generated by elkjs, the options have great affect on performance https://www.eclipse.org/elk/reference/options.html
(I picked something default, but it can be user overriden.)
(the layout can be also precomputed, if necessary, but there is problem with expandable components as each expansion state is a new graph which has to have layout resolved)
For bigger schematics (CRC.json) the rendering takes much longer.
Do you believe using d3 canvas render instead of SVG will improve the performance?
The text was updated successfully, but these errors were encountered: