A super simple graph library supporting basic operations that can serve as a base for a more sophisticated implementation or for learning purposes. Open source self implemented Java library for Graph ...
FastGraph is designed primarily read-heavy work. When there is a design choice between optimizing read paths vs write paths in this library, generally read paths are optimized at the expense of write ...