Skip to content
  • Waqar Ahmed's avatar
    Emulation: change receiveChar to receiveChars · cd598805
    Waqar Ahmed authored and Tomaz  Canabrava's avatar Tomaz Canabrava committed
    No functional change.
    
    Instead of sending one char at a time through a virtual function, send
    all at once and process them in a loop inside the function. The perf
    improvement is not that big from this (+100ms), but it lays down path
    for more possible optimizations
    cd598805