Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pcwalton
on April 22, 2013
|
parent
|
context
|
favorite
| on:
Update on Go 1.1 crypto performance
Huh? If you run with GOMAXPROCS=(some number greater than 1) goroutines will be multiplexed onto multiple OS threads.
jesstaa
on April 28, 2013
[–]
Yep, and threads are what are helping with the parallelism. Goroutines don't make parallelism any faster or easier than threads do. But they make concurrency much simpler.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: