Descriptionnet: remove unnecessary Close contention.
Contention profile in BenchmarkTCPOneShot (Core 2 Quad):
Before
Total: 80.285 seconds
44.743 55.7% 55.7% 44.743 55.7% runtime.chanrecv1
31.995 39.9% 95.6% 31.995 39.9% sync.(*Mutex).Lock
3.547 4.4% 100.0% 3.547 4.4% runtime.chansend1
After
Total: 48.341 seconds
45.810 94.8% 94.8% 45.810 94.8% runtime.chanrecv1
2.530 5.2% 100.0% 2.530 5.2% runtime.chansend1
0.001 0.0% 100.0% 0.001 0.0% sync.(*Mutex).Lock
Patch Set 1 #Patch Set 2 : diff -r 1b8c2fe167fc https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 1b8c2fe167fc https://go.googlecode.com/hg/ #
Total comments: 4
Patch Set 4 : diff -r 027d52134c62 https://go.googlecode.com/hg/ #
Total comments: 1
MessagesTotal messages: 9
|