Another interesting feature introduced by the GDS (compared to its predecessor, the Graph Algorithms Library) is the stats mode. It runs the algorithm without altering the graph, but returns some information about the projected graph and the algorithm's results. The list of returned parameters is the same as the one from the write mode.
In the following section, we are going to study an example of both graph and algorithm memory (estimate) and execution (stats) estimations.