[flexcoders] Help: test EventDispatcher speed please

2007-03-20 Thread Francis Bourre
Hello list ! I noticed something weird about EventDispatcher execution speed in my mac player. EventDispatcher.dispatchEvent execution is slow compared to a custom dispatcher implementation (named EventBroadcaster). On Mac, EventDispatcher is slow: EventBroadcaster: 2925 EventDispatcher: 12

Re: [flexcoders] Help: test EventDispatcher speed please

2007-03-20 Thread Tom Chiverton
On Tuesday 20 Mar 2007, Francis Bourre wrote: > On Mac, EventDispatcher is slow: > ... > On Pc, EventDispatcher is faster. So you've discovered that different hardware, on a different O/S, runs the same code at different speeds ? Wow. -- Tom Chiverton Helping to continually coordinate attention

Re: [flexcoders] Help: test EventDispatcher speed please

2007-03-21 Thread Francis Bourre
You sound a bit sarcastic here ;) Be welcome anyway ! So lemme explain further: that's not a problem of speed here, that's a problem with mac player. On mac EventDispatcher.dispatchEvent is 4x slower than my custom EventDispatcher. On Pc EventDispatcher.dispatchEvent is faster than my custom

Re: [flexcoders] Help: test EventDispatcher speed please

2007-03-21 Thread iiley
Really strange, and annoying, and, maybe i guess the flash player 9 is still on a early version with strange and buggy things( there is some annoying bugs i discovered http://www.rgenerat.org/iileyblog/). I think EventDispatcher is a really native class too so it can have very different speed on

Fwd: [flexcoders] Help: test EventDispatcher speed please

2007-03-21 Thread Francis Bourre
You sound a bit sarcastic here ;) Be welcome anyway ! So lemme explain further: that's not a problem of speed here, that's a problem with mac player. On mac EventDispatcher.dispatchEvent is 4x slower than my custom EventDispatcher. On Pc EventDispatcher.dispatchEvent is faster than my custom

Re: [flexcoders] Help: test EventDispatcher speed please

2007-03-21 Thread Francis Bourre
hello iiley , sure, you can get it at : http://www.tweenpix.net/EventBroadcaster.as I saw your bug report about visible property on your blog few time ago, and it sounds like a big problem too. francis Le 21 mars 07 à 11:44, iiley a écrit : Really strange, and annoying, and, maybe i guess