1 comment

[ 3.3 ms ] story [ 12.8 ms ] thread
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.