automatic function call after closing block

Christopher Wright dhasenan at gmail.com
Sat Sep 20 14:21:28 PDT 2008


Saaa wrote:
> These performance questions of mine are more questions in how the mechanism 
> works than that I worry about the speed. 

Delegate performance should be no worse than virtual method invocation. 
You're passing a pointer to a function, whereas virtual method 
invocation is effectively passing a pointer to a pointer to a function.


More information about the Digitalmars-d-learn mailing list