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

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

          Priority: P2
            Bug ID: 19761
          Assignee: dave.null@w3.org
           Summary: Dictionary type for MIDIMessage is likely a
                    performance issue
        QA Contact: public-audio@w3.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: cwilso@gmail.com
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: MIDI API
           Product: AudioWG

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.

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

Received on Monday, 29 October 2012 19:39:42 UTC