plokhotnyuk / actors

Evaluation of API and performance of different actor libraries
Other
133 stars 16 forks source link

written Disruptor + ViktorKlang implementation #8

Closed dk14 closed 3 months ago

dk14 commented 9 years ago

it's just a draft - so some concurrency problems or memory/performance leaks are pretty possible; code style may also be improved it's not fully disruptor pattern but close enough for actors inspired by http://stackoverflow.com/questions/27794459/how-to-implement-custom-actor-mailbox-using-disruptor

Would you mind to check it with your tests?

dk14 commented 9 years ago

oops - have to fix multithread sending