RE: ISSUE-826 Re: More Problems with Preemption

Speed is not an issue in the algorithm, since implementations are only required to behave _as if_ they are implementing the algorithm in the spec.  There are all sorts of places where the spec algorithm can be optimized (it calculates certain values over and over again, instead of caching them.  And you wouldn't bother with  filterPreempted at all if you only had a single transition.)

I think that the advantage of the version that I proposed is that it is very close to the normative wording of the spec, which is in turn taken from UML, with which we try to stay consistent.


-          Jim

From: chris nuernberger [mailto:cnuernber@gmail.com]
Sent: Friday, February 08, 2013 10:02 AM
To: Jim Barnett
Cc: www-voice@w3.org
Subject: Re: ISSUE-826 Re: More Problems with Preemption

In which cases would this algorithm differ from the one I proposed?

The one I proposed is far faster.

Chris

Received on Friday, 8 February 2013 15:07:47 UTC