]> Cypherpunks repositories - gostls13.git/commit
runtime: replace bubble sort with heap sort in select
authorRuss Cox <rsc@golang.org>
Tue, 19 Feb 2013 15:15:13 +0000 (10:15 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 19 Feb 2013 15:15:13 +0000 (10:15 -0500)
commitcb32ea9c195929d2cc9fb60192c1d1aea2e34a98
tree6c2f21c1d9841de4ac2def7b213c8995745d404c
parenta6db2a8517f866b6f94445059ab60bc945d0d7ec
runtime: replace bubble sort with heap sort in select

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/7304106
src/pkg/runtime/chan.c