• Duncan Sands's avatar
    [PATCH] USB speedtouch: send path optimization · 2c1490f1
    Duncan Sands authored
    Write multiple cells in one function call, rather than one cell per
    function call.  Under maximum send load, this reduces cell writing
    CPU usage from 0.0095% to 0.0085% on my machine.  A 10% improvement! :)
    2c1490f1
speedtouch.c 33.5 KB