-
Bug
-
Resolution: Won't Fix
-
P5
-
None
-
1.4.0
-
sparc
-
solaris_2.6
Currently we use list to store information about the widgets we created. This
list is used to map widgets to peers. This mapping is perfomed on dispatching of almost every event and with the increase of the number of widgets in the application this can lead to noticable slowdown due to linear list navigation.
We should consider using hash table instead.
list is used to map widgets to peers. This mapping is perfomed on dispatching of almost every event and with the increase of the number of widgets in the application this can lead to noticable slowdown due to linear list navigation.
We should consider using hash table instead.