]> Cypherpunks repositories - gostls13.git/commit
use a bootstrap array to avoid allocation for short vectors
authorRobert Griesemer <gri@golang.org>
Mon, 7 Dec 2009 20:46:20 +0000 (12:46 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 7 Dec 2009 20:46:20 +0000 (12:46 -0800)
commita4a82241529ece5d5c7580b7b2df1b616c51b832
tree7fb54895a5314efa8a597d314d6521627b87be8d
parent8c22dd24e0e5aa847bd56dc7e573092f8652e3c5
use a bootstrap array to avoid allocation for short vectors

R=r
https://golang.org/cl/165078
src/pkg/container/vector/vector.go
src/pkg/container/vector/vector_test.go