http://qs1969.pair.com?node_id=457960


in reply to Re: In search of an algorithm for loading cyclic graphs
in thread In search of an algorithm for loading cyclic graphs

Thanks, this makes sense. I'm concerned about how this will perform on large graphs but perhaps the only way to find out is to try it. The advantage of my current approach is that it only makes one pass over the data and it's hard to beat that for speed...

-sam