We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
number of nodes (Read 474 times)
number of nodes
Nov 26th, 2007, 6:32pm
 
Hi,

I am looking for a software package to visualize social networks and draw those online interactions on map of the real world. Before getting started am wondering if any one knows if there is any limit on the numbers of nodes that processing can accept as a dataset of a graph? Since I wil be working with huge number of nodes your answer would save me lots of time and effort.

Thanks
Re: number of nodes
Reply #1 - Nov 26th, 2007, 8:42pm
 
There's no hard limit, but you may find if you add too many it'll run really really slowly.
Re: number of nodes
Reply #2 - Nov 27th, 2007, 12:16am
 
If it's any value for you, I created an application that gets the data from facebook and displays it as nodes in Processing.
Check out: http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Exhibition;action=display;num=1193799621

I noticed that using OPENGL I could only manage about 35 nodes before the lagg becomes unbearable. In P3D I could go higher than 100 and still have a better performance than with OPENGL.

I guess it depends what you display and how you display it.

Cheers
Page Index Toggle Pages: 1