• Dmitry Vyukov's avatar
    runtime: don't wake timeproc needlessly · a9280fa2
    Dmitry Vyukov authored
    It's not always necessary to wake timerproc even if we add
    a new timer to the top of the heap. Since we don't wake and
    reset timerproc when we remove timers, it still can be sleeping
    with shorter timeout. It such case it's more profitable to let it
    sleep and then update timeout when it wakes on its own rather than
    proactively wake it, let it update timeout and go to sleep again.
    
    name                  old time/op  new time/op  delta
    TCP4OneShotTimeout-6  18.6µs ± 1%  17.2µs ± 0%   -7.66%  (p=0.008 n=5+5)
    SetReadDeadline-6      562ns ± 5%   319ns ± 1%  -43.27%  (p=0.008 n=5+5)
    
    Update #25729
    
    Change-Id: Iec8eacb8563dbc574a82358b3bac7ac479c16826
    Reviewed-on: https://go-review.googlesource.com/c/146337Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    a9280fa2
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...