I have a very large (about 205k edges and 200k nodes) graph of text nodes (names) that I would like to visualize using something like Graphviz.
The problem with running this on Graphviz (using sfdp) is that if I turn off overlapping (which is necessary in order to produce a readable graph) sfdp runs out of memory.
Is there any other tool like Graphviz that would manage to convert a graph of this size into an image of nonoverlapping nodes?