Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
enneff
on July 4, 2012
|
parent
|
context
|
favorite
| on:
Things I like about programming in Go
The Go runtime manages a pool of OS threads with which to make blocking syscalls, while only a few OS threads run Go code.
Calls to external C libs are treated the same as syscalls.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Calls to external C libs are treated the same as syscalls.