GOJS performance

Hello

I am wandering what is the performance of GOJS? What is the biggest number of nodes that this engine can handle?
For example, I have a diagram with circa 2000 nodes, some of them are connected with multiple other nodes. Can GOJS handle creating and working on such a big tree?

regards
Mateusz Adamus

Yes, that should work. If initialization time is too long, make sure your nodes are simple. For really large graphs, you may need to virtualize. For an extreme example, Virtualized Tree with custom layout shows 123456 nodes and 123455 links.

Please read GoJS Performance Considerations -- Northwoods Software. In fact, I recommend reading all of the Introduction pages that apply to the kind of app you are building.