PowerGraph icon indicating copy to clipboard operation
PowerGraph copied to clipboard

Excessive calls to graph finalize()

Open ylow opened this issue 11 years ago • 0 comments

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.

ylow avatar Oct 21 '13 17:10 ylow