Re: [graph-tool] performance reducing drastically as more edges are processed

2020-04-28 Thread Ioana K-Hulpus
Hi, I am still fighting with the same problem: Ioana K-Hulpus wrote > I am trying to compute a weight for each relation, that I call > "Exclusivity". > Given that the graph has typed edges (with the type of edges stored as an > int in the property map label_id), the Exclusivity of an edge is comp

Re: [graph-tool] performance reducing drastically as more edges are processed

2020-04-21 Thread ioana
I am trying to compute a weight for each relation, that I call "Exclusivity". Given that the graph has typed edges (with the type of edges stored as an int in the property map label_id), the Exclusivity of an edge is computed as 1 / (number of all edges of same type outgoing from the source node +

Re: [graph-tool] performance reducing drastically as more edges are processed

2020-03-23 Thread Tiago de Paula Peixoto
Am 16.03.20 um 11:48 schrieb ioana: > Hi, > I am computing a weight for each edge, in a graph of some million nodes and > about 50 mil edges. Initially, it was doing 25000 edges per minute, so it > should have finished processing in about 30+ hours. Now I check the server > for results after more

[graph-tool] performance reducing drastically as more edges are processed

2020-03-16 Thread ioana
Hi, I am computing a weight for each edge, in a graph of some million nodes and about 50 mil edges. Initially, it was doing 25000 edges per minute, so it should have finished processing in about 30+ hours. Now I check the server for results after more than 72 hours, and the process is still runnin