snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.18k stars 799 forks source link

TVec max size #221

Open jerchenxin opened 3 years ago

jerchenxin commented 3 years ago

TVec's max size is INT_MAX. Can it be ULONG_MAX? This version can not generate the large graph whose edge number is bigger than 2B.