ChrisS85 / CGUI

An object-oriented GUI library for AutoHotkey
22 stars 19 forks source link

Optimization ideas #37

Open ChrisS85 opened 12 years ago

ChrisS85 commented 12 years ago

Some ideas to speed things up a little:

The ListView control needs some speedup (I'd say somewhere around a factor of 2-10) with handling its items. I did some stuff there previously but it's still bad.