Comments on: Performance Comparison Between Spring Boot and Micronaut https://piotrminkowski.com/2019/04/09/performance-comparison-between-spring-boot-and-micronaut/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 04 Dec 2020 13:31:23 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2019/04/09/performance-comparison-between-spring-boot-and-micronaut/#comment-924 Sun, 23 Aug 2020 01:52:29 +0000 https://piotrminkowski.wordpress.com/?p=7080#comment-924 In reply to Cédric.

Fixed.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2019/04/09/performance-comparison-between-spring-boot-and-micronaut/#comment-664 Mon, 30 Mar 2020 17:26:22 +0000 https://piotrminkowski.wordpress.com/?p=7080#comment-664 In reply to lancejava.

Hello. I don’t think it has an impact the result (comparison), but don’t I’m open for any MR with changes.

]]>
By: lancejava https://piotrminkowski.com/2019/04/09/performance-comparison-between-spring-boot-and-micronaut/#comment-663 Sat, 28 Mar 2020 07:21:52 +0000 https://piotrminkowski.wordpress.com/?p=7080#comment-663 Your findById(…) implementation has complexity O(N). You should store your person collection in a HashMap to reduce complexity to O(1)

]]>
By: Ivanov https://piotrminkowski.com/2019/04/09/performance-comparison-between-spring-boot-and-micronaut/#comment-662 Mon, 16 Dec 2019 16:24:13 +0000 https://piotrminkowski.wordpress.com/?p=7080#comment-662 Micronaut boot time is faster, it is reflection free, having a bigger project will do the difference.
Has GraalVM support and could be used for serverless applications.

]]>
By: Cédric https://piotrminkowski.com/2019/04/09/performance-comparison-between-spring-boot-and-micronaut/#comment-661 Wed, 10 Apr 2019 07:52:54 +0000 https://piotrminkowski.wordpress.com/?p=7080#comment-661 Hello,
Thank you for the article.

I think there is a problem with the code for micronaut, it’s not present.

Cédric

]]>