[jgrapht-users] Query about scalability using JGraphT
Brought to you by:
barak_naveh,
perfecthash
From: Lokeya V. <lo...@gm...> - 2007-04-03 03:26:42
|
Hi, I am looking at using an appropriate Java Graph library to use for my project. I am doing a project in information retrieval where I deal with huge collection of documents. I will be representing the document groups as nodes and use edges to connect these. My Graph will keep growing as I will be trying to find get more connections among documents. So is JGraph scalable for such case? Kindly let me know. |