graphstream / gs-core

Graphstream core
http://graphstream-project.org/
Other
398 stars 109 forks source link

Comparison with JGraphT #347

Open hoijui opened 4 years ago

hoijui commented 4 years ago

I am investigating different frameworks/libraries for graph data storage, for visualization tool. Right now, I am down to JGraphT and graphstream. I was unable to find a comparison/review, comparing the two. I understood that graphstream also deals with a dynamic graph, but other then that I would not know how to decide for one or the other. For example.. does JGraphT come with more algorithms in turn, or.. how would you differentiate them? do you have a comparison of such sort somewhere already?

... and maybe compared to even more graph representation libraries?