• Dmitriy Vyukov's avatar
    runtime: add more specialized type algorithms · 54e9406f
    Dmitriy Vyukov authored
    The change adds specialized type algorithms
    for slices and types of size 8/16/32/64/128.
    It significantly accelerates chan and map operations
    for most builtin types as well as user structs.
    
    benchmark                   old,ns/op   new,ns/op
    BenchmarkChanUncontended          226          94
    (on Intel Xeon E5620, 2.4GHz, Linux 64 bit)
    
    R=golang-dev, rsc
    CC=golang-dev
    https://golang.org/cl/4815087
    54e9406f
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...