• Russ Cox's avatar
    exp/iterable: delete · e6ecf976
    Russ Cox authored
    Package iterable has outlived its utility.
    
    It is an interesting demonstration, but it encourages
    people to use iteration over channels where simple
    iteration over array indices or a linked list would be
    cheaper, simpler, and have fewer races.
    
    R=dsymonds, r
    CC=golang-dev
    https://golang.org/cl/2436041
    e6ecf976
Name
Last commit
Last update
..
heap Loading commit data...
list Loading commit data...
ring Loading commit data...
vector Loading commit data...