Y
Hacker News
new
|
ask
|
show
|
jobs
by
smarx007
571 days ago
How does it compare to LMAX Disruptor if you have any experience with both?
1 comments
papercrane
571 days ago
They're both similar in design, the main difference is Coral Queue can be used for IPC between JVMs, using a mmap'd file.
link
arnold_palmur
571 days ago
See
https://github.com/real-logic/aeron
(also from the creator of the disruptor)
link