Scalability of Cytoscape.js

后端 未结 2 725
醉话见心
醉话见心 2021-01-21 19:03

I have a 11MB JSON graph file with about 45K edges and 73K nodes without x, y locations, and I want to display this graph using the BFS layout. I am using promise/defer

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-21 19:19

    You are limited by the performance of the browsers themselves. Cytoscape.js uses several techniques to optimise rendering performance, but you'll still hit the ceiling of the browser's performance.

    I don't think you'll find any browser tech today (July 2015) that supports rendering such large datasets.

提交回复
热议问题