Remove Java Remove Product Remove TechEmpower Remove Writing
article thumbnail

Framework Benchmarks Round 22

TechEmpower

We’re pleased to announce Round 22 of the TechEmpower Framework Benchmarks! The TechEmpower Framework Benchmarks project celebrates its 10th anniversary, boasting significant engagement with over 7,000 stars on GitHub and more than 7,100 Pull Requests. Pekko is very much en-par with its legacy counterpart.

Framework 409
article thumbnail

Efficient multiple-stream concatenation in Java

TechEmpower

With three streams we could write Stream.concat(Stream.concat(a, b), c). Let me share a few trends that I've noticed when dealing with streams and stream concatenation in general, having written a fair amount of code in Java 8 by now. I think I've only used them twice in production code. Stream a = Stream. concat ( a , b ); out.

Java 200
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Framework Benchmarks

TechEmpower

Netty , Vert.x , and Java servlets are fast, but we were surprised how much faster they are than Ruby , Django , and friends. Simulating production environments. For this exercise, we aimed to configure every framework according to the best practices for production deployments gleaned from documentation and popular community opinion.

Framework 560
article thumbnail

Frameworks Round 1

TechEmpower

Netty , Vert.x , and Java servlets are fast, but we were surprised how much faster they are than Ruby , Django , and friends. Simulating production environments. For this exercise, we aimed to configure every framework according to the best practices for production deployments gleaned from documentation and popular community opinion.

Framework 544