Re: [jgrapht-users] Query about scalability using JGraphT
Brought to you by:
barak_naveh,
perfecthash
From: Trevor H. <tr...@vo...> - 2007-04-03 04:40:29
|
On Apr 2, 2007, at 8:26 PM, Lokeya Venkatachalam wrote: > I am doing a project in information retrieval where I deal with > huge collection of documents. How huge is huge? > So is JGraph scalable for such case? It depends on what operations you're doing. I haven't done any tests, but I'm sure JGraphT is as a scalable as any other Java-based graph library. Trevor |