
13 May
2012
13 May
'12
9:55 a.m.
On 05/13/2012 03:13 AM, Felipe Almeida Lessa wrote:
Truly amazing! I wonder it would fare with larger repositories. =)
It does not scale well. I have not looked into optimization at all. For example the algorithm to compute the transitive reduction is very naive and brute force. 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?