GWork icon indicating copy to clipboard operation
GWork copied to clipboard

Refactor event system

Open billyquith opened this issue 9 years ago • 0 comments

Currently the event system is very inefficient memory-wise. Each control contains many listeners which may never be used and cache data that is never used. This could be much improved using a centralised hash lookup type system.

Not an immediate priority. Can be done after Ponder work.

billyquith avatar Aug 14 '16 18:08 billyquith