PowerGraph
PowerGraph copied to clipboard
Excessive calls to graph finalize()
Graph finalization needs a "fast path" to avoid performing the full finalization communication path even when there are no vertices/edges added. This will improve performance a lot for large distributed graphs when there are repeated calls to engine start(), or save() functions.