Going Native: Fast and Lightweight Spring Boot Applications with GraalVM by Alina Yurenko

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 13

  • @chriss7841
    @chriss7841 11 місяців тому +2

    Nice one, liked it!

  • @brunosouzapicinini4471
    @brunosouzapicinini4471 Рік тому +2

    Great talk, thanks for sharing!

  • @VerhoevenSimon
    @VerhoevenSimon Рік тому +2

    Thank you for the fascinating talk

  • @Darietable
    @Darietable Рік тому +30

    The flickering screen is distracting af

  • @phucosg
    @phucosg 7 місяців тому +2

    30:34 GraalVM & Reflection

  • @pedrolucasoliva
    @pedrolucasoliva Рік тому +1

    Nice!

  • @39vignesh.m35
    @39vignesh.m35 Місяць тому

    Any buddy help. I get empty list in postman response when i mapping model class to dto build using spring native build and build use jvm it works...🤔

  • @aekasit2525
    @aekasit2525 9 місяців тому

    Nice

  • @amgadtawfik7534
    @amgadtawfik7534 11 місяців тому +1

    Why did going native not increase the throuput?

    • @justADeni
      @justADeni 8 місяців тому +1

      It's still got garbage collection in the background and the memory layout didn't really change, It still puts stuff on the heap etc. Graal is not magic, but their GraalVM JIT is significantly better than OpenJDK's JIT, and Graal native image has much better startup times and lower memory footprint.

  • @anandu06
    @anandu06 5 місяців тому

    Please share me the repo

  • @thom1218
    @thom1218 9 місяців тому +2

    77 megabytes is "small" 🤣