> The point is, you cant move your mouse fast enough, or type so > quickly, that your event dispatch system is going to get in the > way. :-)
It won't explicitly "get in the way" but it will certainly contribute to un-needed overhead. Right now we're fighting tooth-and-nail to squeeze every bit of performance out of the event handling code, with no room for performance regressions. > Think of the code I published another way, apart from setTimeout/ > setInterval, how else do you know to get a new execution context in > JavaScript? >From that perspective, it is very neat - I absolutely agree. Just not sold with the current proposal. --John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
