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
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.
- v1.0.0 - Initial release
None
TBA