Skip to content

keilw/parallel-streams-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel-streams-example

Example code for Java EE 8 High Performance

A deployable WAR file can be built with

mvn clean package

The WAR is created in webapp/target/parallel-streams-example.war. It was tested with the Wildfly application server.

Benchmarks can be run with

mvn clean package
java -jar benchmarks/target/benchmarks.jar .*MyBenchmark.* -f 1

About

Example code for Java EE 8 High Performance

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.1%
  • JavaScript 29.0%
  • CSS 1.9%
  • Other 1.0%