Skip to content

Repository showcasing Spring and Quarkus projects implementing GraalVM native compilation. Includes performance metrics and comparisons with traditional JVM versions to evaluate the benefits and challenges of native image compilation in Java frameworks

License

Notifications You must be signed in to change notification settings

AZapata27/graalvm-spring-quarkus-benchmark-lab

Repository files navigation

GraalVM Spring Quarkus Benchmark

This repository showcases Spring and Quarkus projects implementing GraalVM native compilation, with performance comparisons against traditional JVM versions.

Overview

The goal of this project is to evaluate the benefits and challenges of native image compilation in Java frameworks, focusing on Spring and Quarkus.

Projects

  • quarkus-native: Adds support for Quarkus Native using GraalVM, enabling the application to be compiled and run as a native binary, improving startup time and memory usage.
  • quarkus-reactive-native: Implements reactive programming with Quarkus, including reactive RESTful endpoints, services, and repositories using Uni and Multi, enhancing the application's reactive capabilities.
  • spring-native: Adds support for Spring Native with GraalVM, allowing the application to be compiled and run as a native binary, improving startup time and memory usage.
  • spring-webflux-native: Introduces reactive programming with Spring WebFlux, including reactive endpoints using Flux and Mono, a reactive repository with R2DBC, and Flyway for database migrations, enhancing the application's reactive capabilities and ensuring smooth database migrations.

Metrics

We measure and compare the following metrics:

  • Startup time
  • Memory usage
  • Throughput
  • Response time

Getting Started

Prerequisites

  • GraalVM [version]
  • Maven or Gradle
  • [Any other tools]

Building and Running

[Provide basic instructions or link to detailed docs]

Results

[Summarize key findings or link to detailed results]

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

This project is licensed under the [choose a license] - see the LICENSE file for details.

Acknowledgments

  • [Any acknowledgments or credits]

About

Repository showcasing Spring and Quarkus projects implementing GraalVM native compilation. Includes performance metrics and comparisons with traditional JVM versions to evaluate the benefits and challenges of native image compilation in Java frameworks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages