Y
Hacker News
new
|
ask
|
show
|
jobs
by
pkhuong
268 days ago
SPMC ring buffer or SPMC "disruptor" aren't that bad. Multiple producers in a general ring buffer definitely introduce a lot of issues.
1 comments
pclmulqdq
268 days ago
The "disruptor" pattern has some significant problems with tail performance (around pathological OS scheduling) if you aren't running one thread per core the way LMAX designed it.
link