logoalt Hacker News

cpdominatoday at 7:17 PM2 repliesview on HN

cool! you might be interested in graphchi (2012), also designed to do large scale graph operations on a single machine

https://github.com/GraphChi/graphchi-cpp#performance


Replies

BigTTYGothGFtoday at 8:40 PM

I got to use graphchi/graphlab back in the day (I think I still have the tshirt from the 2013 conference), wish it had caught on more.

adsharmatoday at 7:34 PM

It looks similar to networkit in that it represents graphs using row oriented memory layout.

I forked networkit for exactly this reason. Columnar memory is much more efficient.