Skip to content

lovejavaee/disrupted-reactor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

disrupted-reactor

Java async. IO (selector based) + LMAX Disruptor

Requires Java 1.8.

Idea implemented:

  • A dedicated thread for select() - reactor pattern, realized as one disruptor instance with special WaitStrategy.
  • N threads (i.e. processors) to process IO events. Processing of one NIO Channel always happens in one thread (this implies code does not need to be thread-safe -> performance increase).

About

Java async. IO (selector based) + LMAX Disruptor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%