Sönke Hahn <[email protected]> writes: > On 05/13/2012 03:13 AM, Felipe Almeida Lessa wrote: >> Truly amazing!
Yes, nice work! >> I wonder it would fare with larger repositories. =) > It does not scale well. [...] > Somehow related questions are: What am I going to do with a dot-graph, > that has more than 500 vertices? Is there an intelligent way to reduce > the graph? Lacking a solution for the problem of drawing large graphs, making the graph smaller might be the second choice. :-) One option might be to only track dependencies back to a specified tag? Or between tags? -k -- If I haven't seen further, it is by standing in the footprints of giants _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
