Y
Hacker News
new
|
ask
|
show
|
jobs
by
j_seigh
267 days ago
I'm assuming they're using an unbounded MPMC queue. With GC you can use a lock-free queue, otherwise you have to use mutexes, or reference counting which is nearly as bad.