Sign in
go
/
go
/
f1d669aee994b28e1afcfe974680565932d25b70
/
src
/
runtime
/
chan_test.go
8eb8b40
runtime: use doubly-linked lists for channel send/recv queues.
by Keith Randall
· 10 years ago
e330cc1
runtime: dequeue the correct SudoG
by Keith Randall
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/chan_test.go]
f6ceefa
runtime: add fast paths to non-blocking channel operations
by Dmitriy Vyukov
· 11 years ago
9a1e142
runtime: convert channel operations to Go, part 1 (chansend1).
by Keith Randall
· 11 years ago
dc84eca
runtime: improve select benchmarks
by Dmitriy Vyukov
· 11 years ago
69257d1
runtime: use RunParallel in more benchmarks
by Dmitriy Vyukov
· 11 years ago
c3922f0
testing: ease writing parallel benchmarks
by Dmitriy Vyukov
· 11 years ago
3baceaa
runtime: add more chan benchmarks
by Dmitriy Vyukov
· 11 years ago
1b2e435
runtime: fix typos in test
by Dmitriy Vyukov
· 11 years ago
d62379e
runtime: more chan tests
by Dmitriy Vyukov
· 11 years ago
1ff1405
runtime: add type algorithms for zero-sized types
by Dmitriy Vyukov
· 13 years ago
6cf61bb
runtime: add test for multiple concurrent channel consumers
by Christopher Wedgwood
· 14 years ago
1758492
runtime: fix pseudo-randomness on some selects
by Gustavo Niemeyer
· 14 years ago
d770aad
runtime: faster chan creation on Linux/FreeBSD/Plan9
by Dmitriy Vyukov
· 14 years ago
33ff947
runtime: fix compilation of send select cases
by Dmitriy Vyukov
· 14 years ago
90f3cb1
runtime: improve performance of sync channels
by Dmitriy Vyukov
· 14 years ago