1 comment

[ 3.0 ms ] story [ 9.7 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.