Remove Blogging Remove Java 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. Context and use case determines how you optimize your code.

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. Stream a = Stream. of ( "one" , "two" ); Stream b = Stream. concat ( a , b ); out. forEach ( System.

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 Round 16

TechEmpower

Now in its fifth year, the TechEmpower Framework Benchmarks project has another official round of results available. This is a longer-than-average TFB round announcement blog entry, but there is a lot to share, so bear with me. See [link] pic.twitter.com/Od1nuq0UQV — TechEmpower Framework Benchmarks (@TFBenchmarks) May 17, 2018.

Framework 377
article thumbnail

Framework Benchmarks

TechEmpower

About What we do Portfolio People Blog Contact. Netty , Vert.x , and Java servlets are fast, but we were surprised how much faster they are than Ruby , Django , and friends. In third place is plain Java Servlets running on Cauchos Resin Servlet container. Java / JVM. You are viewing a single entry. March 28, 2013.

Framework 560