Skip to content

A simple program to compare the approach and performance of different concurrency models in Java, including project reactor and project loom

License

EAddario/reactive-loom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactive-loom

A simple program to compare the approach and performance of different concurrency models in Java, including project reactor and project loom.

It was partly inspired by Ivan Vyazmitinov's excellent series: Reactive’s Looming Doom

Usage

Using maven:

mvn clean compile exec:exec

Using the command line:

mvn clean compile exec:exec
java --enable-preview -jar ./target/reactive-loom-full.jar

The above assumes you are in the root directory of the project.

Release History

  • v1.0.0 - Initial release

Known Issues

None

Motivation

TBA

About

A simple program to compare the approach and performance of different concurrency models in Java, including project reactor and project loom

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages