]> Cypherpunks repositories - gostls13.git/commit
exp/iterable: delete
authorRuss Cox <rsc@golang.org>
Tue, 12 Oct 2010 02:38:42 +0000 (22:38 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 12 Oct 2010 02:38:42 +0000 (22:38 -0400)
commite6ecf9765ae8aca669f192aff9a112b6fa10dfcb
tree6685fba159440534002e007456dd30d0ceae6e5b
parentf75129894c1a3ae03716ecedfa757d71a8cab4fe
exp/iterable: delete

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
src/pkg/Makefile
src/pkg/container/list/list.go
src/pkg/container/list/list_test.go
src/pkg/exp/iterable/Makefile [deleted file]
src/pkg/exp/iterable/array.go [deleted file]
src/pkg/exp/iterable/iterable.go [deleted file]
src/pkg/exp/iterable/iterable_test.go [deleted file]