openwisp / netjsongraph.js

NetJSON NetworkGraph visualizer.
http://netjson.org
BSD 3-Clause "New" or "Revised" License
269 stars 78 forks source link

[GSoC17] Performance issues #41

Closed nemesifier closed 1 year ago

nemesifier commented 7 years ago

Test the library with 1K and 10K nodes.

Guifi.net has 33K working nodes according to their website.

Maybe we should keep in consideration from the beginning that data may be streamed instead of loaded all in one go. Otherwise it will never scale. What do you think @geekplux?

geekplux commented 7 years ago

Solution:

geekplux commented 7 years ago

I think we need a new data structure.

geekplux commented 7 years ago

screen shot 2017-08-21 at 18 31 51 screen shot 2017-08-21 at 18 36 20 screen shot 2017-08-21 at 18 36 49

geekplux commented 7 years ago

looks like ForceAtlas2 is faster than d3-force

geekplux commented 7 years ago

Too many points in one graph are of no value, my five cents.