At 01:10 PM 4/27/2001 +0100, Wez Furlong wrote:
>On 2001-04-27 11:27:55, "Andi Gutmans" <[EMAIL PROTECTED]> wrote:
> > At 12:03 AM 4/27/2001 -0400, David Croft wrote:
> >
> > >Thank you Andi and Andrei.
> > >
> > >I have noticed that object method callbacks are consistently faster
>than
> > >global function callbacks, and was wondering why:
>
>Perhaps because the method only needs to be found in the hash for the
>object?

It shouldn't really make a difference because it's a hash table.

Andi


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to