nehtik / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

Performance regression when mass updating notes and ui is open #366

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When any mass notes change happens, like mass awards or decay, having the UI 
open is detrimental 
to performance: each ParseGuildNote triggers a StandingsChanged and each 
StandingsChanged 
triggers a refresh of the standings. This means that for each changed note we 
resort the standings 
and redraw the standings in the current window. This is very, VERY bad.

Original issue reported on code.google.com by evlogimenos on 28 Mar 2009 at 8:36

GoogleCodeExporter commented 8 years ago

Original comment by evlogimenos on 28 Mar 2009 at 8:54

GoogleCodeExporter commented 8 years ago
This is fixed in r1077.

Original comment by evlogimenos on 28 Mar 2009 at 8:56

GoogleCodeExporter commented 8 years ago
Small bug introduced by this fix fixed in r1099.

Original comment by evlogimenos on 29 Mar 2009 at 2:05