wting / python-graph

Automatically exported from code.google.com/p/python-graph
Other
5 stars 4 forks source link

New implementation + tests for a graph type suitable for very large sparse graphs #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need a new graph type which:
 * Can handle arbitrarily huge graphs without performance degradation
 * Does not require the whole graph or label collection to be in memory
 * Consistent with our existing interface.

Original issue reported on code.google.com by salimfadhley@gmail.com on 17 Nov 2009 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by pmatiello on 20 Mar 2010 at 10:23