Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dmitshur
on Aug 8, 2014
|
parent
|
context
|
favorite
| on:
Go 1.4+ Garbage Collection Plan and Roadmap
> You want to be able t keep a data stream (TCP stream) pinned to a given CPU core, and doing that in Go is near impossible with how go-routines are scheduled.
Doesn't
http://godoc.org/runtime#LockOSThread
let you do that?
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Doesn't http://godoc.org/runtime#LockOSThread let you do that?