[Mono-dev] EventHandlerList implementation

Andrew Skiba andrews at mainsoft.com
Tue Oct 3 09:47:31 EDT 2006


Please review the attached patch for EventHandlerList implementation.
Here is the description:

Implement event handler list according to MS definition. No hash table,
just
a simple list with good performance for a small number of events (< 20)
and
worse performance when number of events is bigger.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: EventHandlerList.patch
Type: application/octet-stream
Size: 2014 bytes
Desc: EventHandlerList.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061003/21efb4e4/attachment.obj 


More information about the Mono-devel-list mailing list