DEV Community

Shabbir Dawoodi
Shabbir Dawoodi

Posted on

Quarkus vs Spring Boot – Performance

In this article, we are going to compare the Quarkus and Spring Boot applications and how they behave in terms of memory management.

To be fair in comparison to both the applications, we will go with a standard set of dependencies. Both the application will include Spring Web dependencies only. They will be build using maven tool and jar files will be created. Both the application will have similar REST Endpoints.

This comparison is going to be super crazy. We will create both applications from scratch.

Click on the Image below to see a complete video.

Quarkus Vs Spring Boot

Top comments (0)