quarkus-vs-spring-boot-performances

Comparing Quarkus vs Spring Boot frameworks

Stars
14

Quarkus-vs-Spring-Boot-performances project

Compare both applications and find out how Quarkus is supersonic subatomic framework

Quarkus sample Code

Spring Boot sample Code

  • We notice that the same REST endpoint is exposed here for both applications

Quarkus Build

Spring Boot Build

  • We notice that Quarkus build time is less than Spring Boot Build

Quarkus startup

Spring Boot startup

  • We clearly notice that Quarkus is much faster than Spring Boot when bootstraping both applications !!!!!

Quarkus Endpoint

Spring Boot Endpoint

=> We clearly come to a conclusion that Quarkus is much faster than Spring Boot, due to the power of GraalVM, based upon a simple exposed endpoint, without adding additional components for both apps

We have to accept it guys, it'a a matter of fact !!

Badges
Extracted from project README's
FOSSA Status
Related Projects