Improved addon Tree widget performance substantially. The problem is that it's quite inefficient to do _eq_s on wxTreeItemIds. Perhaps the addon tree needs to be duplicated as pure Python objects for more efficient lookup.
View differences
Improved addon Tree widget performance substantially. The problem is that it's quite inefficient to do _eq_s on wxTreeItemIds. Perhaps the addon tree needs to be duplicated as pure Python objects for more efficient lookup.