Slowness on Context window, edges counting

Bug #522527 reported by Mathieu Bastian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gephi
Fix Released
Medium
Mathieu Bastian

Bug Description

Slowness on Context window. During graph loading, edges count is increasing slowly. It should be instantly refreshed.

Reproduce:
1. Load big graph
2. Watch Edges counting increasing slowly

Bug due to synchronization. Reading edges count is read locked, while adding egde is write locked. Therefore there is a read/write locking for each new edge.

Changed in gephi:
assignee: nobody → Mathieu Bastian (mathieu.bastian)
Changed in gephi:
status: Confirmed → Fix Committed
Changed in gephi:
milestone: none → 0.7alpha
Changed in gephi:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.