Remove Framework Remove Help Remove Reference 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

Framework Benchmarks

TechEmpower

Framework Benchmarks. How much does your framework choice affect performance? Authors Note: Were using the word "framework" loosely to refer to platforms, micro-frameworks, and full-stack frameworks. Even better, maybe you can spot a place where we mistakenly hobbled a framework and we can improve the tests.

Framework 560
Insiders

Sign Up for our Newsletter

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

article thumbnail

Frameworks Round 1

TechEmpower

You are viewing the first round of web application framework benchmarks. Check out the new stand-alone framework benchmarks site if you are interested in the latest and most accurate data. How much does your framework choice affect performance? How much does your framework choice affect performance? Show me the winners!

Framework 544
article thumbnail

How to Handle a VC Presentation with No Deck

Both Sides of the Table

I talked about this in the TWiVC video but I didn’t do a good enough job of writing it up in the summary notes in the post. Use it as a framework for a dialog not a script. In Bijan’s post he references Bryce Roberts who recommends getting up and white-boarding. That’s an awesome suggestion. I recommend it.

article thumbnail

Think about Performance Before Building a Web Application

TechEmpower

Here, when we speak of performance, we are specifically referring to the speed of the application in providing responses to requests. It helps to start by determining whether your application needs, or will ever need to consider performance more than superficially. Framework Benchmarks. What do we mean by performance?

Web 200
article thumbnail

Everything about Java 8

TechEmpower

At the time of this writing, Java 8 development is still very much in progress. Static method reference: String::valueOf. Non-static method reference: Object::toString. Capturing method reference: x::toString. Constructor reference: ArrayList::new. The method reference forms are shorthand for the other forms.

Java 560
article thumbnail

EnumSet and EnumMap

TechEmpower

If you write a lot of Java code, then you should read that book and follow its advice. We're all using enum types here and there, we're all using the collections framework. If you've ever used primitive collection libraries like fastutil or Trove , then it may help to think of Enum{Set,Map} like those primitive collections.

Java 330