Graph generation can be lazy if we say that the initial entry points are fixed and then the graph cannot be changed ever again:
e.g. 10,000 users, 40,000 devices.
If we guaranteed that, then it doesn't matter if we walk the graph lazily because with same seed and same inputs, we'll get the same results.
Graph generation can be lazy if we say that the initial entry points are fixed and then the graph cannot be changed ever again:
e.g. 10,000 users, 40,000 devices.
If we guaranteed that, then it doesn't matter if we walk the graph lazily because with same seed and same inputs, we'll get the same results.