Re: [jgrapht-users] Query about scalability using JGraphT
Brought to you by:
barak_naveh,
perfecthash
From: Trevor H. <tr...@vo...> - 2007-04-05 20:15:22
|
On Apr 5, 2007, at 10:24 AM, Lokeya Venkatachalam wrote: > We are dealing with millions of documents. Each document is less > than 2KB size. How about generating a graph of millions of 2 KB vertices? (Use one of the classes in org.jgrapht.generate for this.) Then you can run some simple tests and see what kind of performance you get. Trevor |