[Bug 19761] Dictionary type for MIDIMessage is likely a performance issue

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19761

Jussi Kalliokoski <jussi.kalliokoski@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jussi.kalliokoski@gmail.com

--- Comment #1 from Jussi Kalliokoski <jussi.kalliokoski@gmail.com> ---
(In reply to comment #0)
> MIDIMessage is currently defined as a dictionary.  In the case of thousands
> of MIDIMessages being pumped through the system, that would be less
> efficient than a type that can be explicitly typecast.

I'm not sure what you mean by a type that can be explicitly typecast, could you
clarify? Do you mean using a constructed type instead, like `new
MIDIMessage(data, timestamp)`?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 31 October 2012 01:04:46 UTC