Subway icon indicating copy to clipboard operation
Subway copied to clipboard

Cannot processes graphs with |E| > 2**32

Open TiagoMAntunes opened this issue 3 years ago • 0 comments

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.

TiagoMAntunes avatar Mar 25 '22 22:03 TiagoMAntunes