This example focuses on connection-heavy rendering rather than raw node count. A central draggable node is connected to a large ring of surrounding nodes, so you can measure routing, marker rendering, and redraw cost while changing connection settings live.
What you can test in this demo:
fixed, fixed-center, and floating routing behavior.straight, segment, bezier, and adaptive-curve paths.Why this example is useful:
[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/nodes/stress-test-with-connections/stress-test-with-connections.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/nodes/stress-test-with-connections/stress-test-with-connections.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/nodes/stress-test-with-connections/stress-test-with-connections.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss