joaquinhojman / TPF

Trabajo practico profesional FIUBA
0 stars 0 forks source link

[INVESTIGATION] Memory usage of graph load function #5

Open fvazquezf opened 11 months ago

fvazquezf commented 11 months ago

Graph: https://snap.stanford.edu/data/ego-Gplus.html Text file weight: 1.25 Gb

Using memray, i loaded the graph using G = nx.read_edgelist("gplus_combined.txt", delimiter=" ")

Results: https://imgur.com/a/8AlrmKn

Time spent: 967 seconds ~> 16 minutes Heap max size: 3.542 Gb

Almost 3x the size of the original file.