Skip to content

ustream/rokka

Repository files navigation

rokka

High performance inter-thread messaging library inspired by disruptor.

Rokka is a fast inter-thread messaging framework and used for sending messages between threads asynchronously without using locks. The performance is increasing when multiple threads are used.