logoalt Hacker News

anon7725today at 5:16 PM0 repliesview on HN

> most existing graph algorithms require the graph to fit into memory.

You can get pretty far with sparse graphs, which are just arrays, in combination with memory mapping.