Skip to content

markpollack/si-reactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

si-reactor

Playground for combining SI and Reator/LMAX Distruptor

---------------
direct channel

throughput: 133280/sec

---------------
traditional spring task executor

throughput: 177289/sec

	<task:executor id="taskExecutor" 
              		  pool-size="2-4"
               		  queue-capacity="1024"
               		  rejection-policy="CALLER_RUNS"/>


---------------
reactorRingBufferTaskExecutor with ring buffer size 1024 and BlockingWaitStrategy

throughput: 157035/sec

---------------
reactorFixedThreadPoolTaskExecutor fixed size = 2, 'backlog' = 1024

throughput: 156666/sec

About

Playground for combining SI and Reator/LMAX Distruptor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages