Subway
Subway copied to clipboard
Cannot processes graphs with |E| > 2**32
Hi,
Throughout your entire code, you use uint to represent your pointers to the edges.
I was attempting to preprocess an RMAT dataset similar to how you have in the paper and the preprocessing causes the graph to have a mere 5GB of memory.